pgsql: Document why pg_upgrade preserves pg_auth.oid (because they are - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Document why pg_upgrade preserves pg_auth.oid (because they are
Date
Msg-id E1PbQ0d-0001n5-OO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document why pg_upgrade preserves pg_auth.oid (because they are stored
in pg_largeobject_metadata).

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=133641a48eb9a3406fda7014a60fd42dfecfa089

Modified Files
--------------
contrib/pg_upgrade/pg_upgrade.c |    3 +++
1 files changed, 3 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: More pg_upgrade relfilenode C comments added.
Next
From: Tom Lane
Date:
Subject: pgsql: Update GIN support function definitions for contrib/intarray.