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:
@ -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.
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user