You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This adds a row to the pg_stat_database view with datoid 0 and datnameNULL for those objects that are not in a database. This was addedparticularly for checksums, but we were already tracking more satisticsfor these objects, just not returning it.Also add a checksum_last_failure column that holds the timestamptz ofthe last checksum failure that occurred in a database (or in anon-dataabase file), if any.Author: Julien Rouhaud <rjuju123@gmail.com>