Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pg_upgrade: Resolve FIXMEs in pg_upgrade.c and info.c
prepare_new_globals() was introduced in b3f8401 which moves handling of database properties from pg_dumpall to pg_dump. pg_dump handles all properties attached to a single database while pg_dumpall --globals-only --resource-groups --resource-queues will dump role, tablespace, resource group, and resource queue related output. Restoring the databases is now handled in create_new_objects. is_appendonly() can be used to determine if a relation is AO. Authored-by: Brent Doil <[email protected]>
- Loading branch information