pg:diagnose now checks 32bit int columns with sequences

Change effective on 17 December 2015

The heroku pg:diagnose command now looks at 32bit integer (aka int4) columns that have associated sequences, and warns on those that are getting close to the maximum value for 32bit ints.

Advice on how to respond to this warning is now in the pg:diagnose documentation.