-
- Downloads
Fix pg_upgrade of large object permissions by preserving pg_auth.oid,
which is stored in pg_largeobject_metadata. No backpatch to 9.0 because you can't migrate from 9.0 to 9.0 with the same catversion (because of tablespace conflict), and a pre-9.0 migration to 9.0 has not large object permissions to migrate.
Showing
- contrib/pg_upgrade/dump.c 1 addition, 1 deletioncontrib/pg_upgrade/dump.c
- contrib/pg_upgrade/function.c 10 additions, 13 deletionscontrib/pg_upgrade/function.c
- contrib/pg_upgrade/info.c 1 addition, 1 deletioncontrib/pg_upgrade/info.c
- contrib/pg_upgrade/pg_upgrade.c 18 additions, 4 deletionscontrib/pg_upgrade/pg_upgrade.c
- contrib/pg_upgrade/pg_upgrade.h 1 addition, 1 deletioncontrib/pg_upgrade/pg_upgrade.h
- contrib/pg_upgrade_support/pg_upgrade_support.c 13 additions, 0 deletionscontrib/pg_upgrade_support/pg_upgrade_support.c
- src/backend/commands/user.c 13 additions, 0 deletionssrc/backend/commands/user.c
- src/bin/pg_dump/pg_dumpall.c 22 additions, 10 deletionssrc/bin/pg_dump/pg_dumpall.c
Loading
Please register or sign in to comment