We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837cc73 commit e2665efCopy full SHA for e2665ef
src/bin/pg_upgrade/pg_upgrade.c
@@ -32,6 +32,9 @@
32
* We control all assignments of pg_authid.oid for historical reasons (the
33
* oids used to be stored in pg_largeobject_metadata, which is now copied via
34
* SQL commands), that might change at some point in the future.
35
+ *
36
+ * We control all assignments of pg_database.oid because we want the directory
37
+ * names to match between the old and new cluster.
38
*/
39
40
0 commit comments