Add postmaster/postgres undocumented -b option for binary upgrades.

Bruce Momjian <bruce@momjian.us>

Commit: 76dd09bbec893c02376e3440a6a86a3b994d804c
Author: Bruce Momjian <bruce@momjian.us>
Date: 2011-04-25T16:00:21Z
Releases: 9.1.0
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 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.

Files