1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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
This commit is contained in:
Bruce Momjian
2014-08-07 14:56:13 -04:00
parent ec903d20e3
commit 4c6780fd17
5 changed files with 123 additions and 10 deletions

View File

@ -336,6 +336,7 @@ void disable_old_cluster(void);
/* dump.c */
void generate_old_dump(void);
void optionally_create_toast_tables(void);
/* exec.c */