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

In pg_upgrade, verify that the install user has the same oid on both

clusters, and make sure the new cluster has no additional users.

Backpatch to 9.1.
This commit is contained in:
Bruce Momjian
2012-06-13 12:19:18 -04:00
parent 580b94168e
commit af97980b9a
3 changed files with 41 additions and 6 deletions

View File

@ -29,7 +29,7 @@
* We control all assignments of pg_enum.oid because these oids are stored
* in user tables as enum values.
*
* We control all assignments of pg_auth.oid because these oids are stored
* We control all assignments of pg_authid.oid because these oids are stored
* in pg_largeobject_metadata.
*/