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
Add postmaster/postgres undocumented -b option for binary upgrades.
This option turns off autovacuum, prevents non-super-user connections,and enables oid setting hooks in the backend. The code continues to usethe old autoavacuum disable settings for servers with earlier catalogversions.This includes a catalog version bump to identify servers that supportthe -b option.