]> granicus.if.org Git - postgresql/commit
Adjust pg_upgrade query so toast tables related to system catalog schema
authorBruce Momjian <bruce@momjian.us>
Tue, 2 Oct 2012 15:46:08 +0000 (11:46 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 2 Oct 2012 15:46:08 +0000 (11:46 -0400)
commitac96b851ec44cbf63bf0b231e813c0ab4af08d6b
tree9565a886bf8b0d05eff427b2117dae56ef68894b
parentb61837a49f4b4ea12e7ced8e3039ae98908c7c0b
Adjust pg_upgrade query so toast tables related to system catalog schema
entries are not dumped.   This fixes an error caused by
droping/recreating the information_schema, but other failures were also
possible.

Backpatch to 9.2.
contrib/pg_upgrade/info.c