postgresql/contrib/pg_upgrade_support
Bruce Momjian a7ae1dcf49 pg_upgrade: prevent automatic oid assignment
Prevent automatic oid assignment when in binary upgrade mode.  Also
throw an error when contrib/pg_upgrade_support functions are called when
not in binary upgrade mode.

This prevent automatically-assigned oids from conflicting with later
pre-assigned oids coming from the old cluster.  It also makes sure oids
are preserved in call important cases.
2014-08-25 22:19:05 -04:00
..
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
pg_upgrade_support.c pg_upgrade: prevent automatic oid assignment 2014-08-25 22:19:05 -04:00