]> granicus.if.org Git - postgresql/commit
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
authorBruce Momjian <bruce@momjian.us>
Thu, 7 Aug 2014 18:56:13 +0000 (14:56 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 7 Aug 2014 18:56:13 +0000 (14:56 -0400)
commitfca9f349ba6815ccf4f6ad0747a86549ccf8685e
treeef88263af161eb0997e59fc1e1a6257b1b7b43d3
parent24ae44914d5bd38598e2822eda51785de6eca8ab
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables

Previously, TOAST tables only required in the new cluster could cause
oid conflicts if they were auto-numbered and a later conflicting oid had
to be assigned.

Backpatch through 9.3
contrib/pg_upgrade/dump.c
contrib/pg_upgrade/pg_upgrade.c
contrib/pg_upgrade/pg_upgrade.h
src/backend/catalog/toasting.c