• B
    Add postmaster/postgres undocumented -b option for binary upgrades. · 76dd09bb
    Bruce Momjian 提交于
    This option turns off autovacuum, prevents non-super-user connections,
    and enables oid setting hooks in the backend.  The code continues to use
    the old autoavacuum disable settings for servers with earlier catalog
    versions.
    
    This includes a catalog version bump to identify servers that support
    the -b option.
    76dd09bb
pg_upgrade.h 10.3 KB