1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-18 13:44:19 +03:00

pg_upgrade: Mention that we preserve database OIDs in a comment.

Oversight in commit aa01051418.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/4055696.1744134682%40sss.pgh.pa.us
This commit is contained in:
Nathan Bossart 2025-04-09 14:27:08 -05:00
parent 837cc73af2
commit e2665efd0f

View File

@ -32,6 +32,9 @@
* We control all assignments of pg_authid.oid for historical reasons (the * We control all assignments of pg_authid.oid for historical reasons (the
* oids used to be stored in pg_largeobject_metadata, which is now copied via * oids used to be stored in pg_largeobject_metadata, which is now copied via
* SQL commands), that might change at some point in the future. * SQL commands), that might change at some point in the future.
*
* We control all assignments of pg_database.oid because we want the directory
* names to match between the old and new cluster.
*/ */