pg_upgrade: prevent oid conflicts with new-cluster TOAST tables

Bruce Momjian <bruce@momjian.us>

Commit: f445b368d357332fb8392384ee4d75f21f07c5bb
Author: Bruce Momjian <bruce@momjian.us>
Date: 2014-08-07T18:56:13Z
Releases: 9.4.0
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

Files