]> 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)
commit087f41086bcdf428056fccc06b34c96fd5bc143d
treeaf1087be3440f853a2c6432ec3b8d027b5f0b0bd
parentfe39bf0db64a99d401a2fdb0a219aefcbb406aa2
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