OSDN Git Service

Document why pg_upgrade preserves pg_auth.oid (because they are stored
authorBruce Momjian <bruce@momjian.us>
Sat, 8 Jan 2011 04:02:03 +0000 (23:02 -0500)
committerBruce Momjian <bruce@momjian.us>
Sat, 8 Jan 2011 04:02:03 +0000 (23:02 -0500)
in pg_largeobject_metadata).

contrib/pg_upgrade/pg_upgrade.c

index 42da3ea..331ade1 100644 (file)
@@ -28,6 +28,9 @@
  *
  *     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
+ *     in pg_largeobject_metadata.
  */