Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 133641a

Browse files
committed
Document why pg_upgrade preserves pg_auth.oid (because they are stored
in pg_largeobject_metadata).
1 parent 2f657e4 commit 133641a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/pg_upgrade/pg_upgrade.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
*
2929
* We control all assignments of pg_enum.oid because these oids are stored
3030
* in user tables as enum values.
31+
*
32+
* We control all assignments of pg_auth.oid because these oids are stored
33+
* in pg_largeobject_metadata.
3134
*/
3235

3336

0 commit comments

Comments
 (0)