mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -335,6 +335,7 @@ void disable_old_cluster(void);
|
||||
/* dump.c */
|
||||
|
||||
void generate_old_dump(void);
|
||||
void optionally_create_toast_tables(void);
|
||||
|
||||
|
||||
/* exec.c */
|
||||
|
Reference in New Issue
Block a user