1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

pg_upgrade: assume user is install user

The user specified to the upgrade was effectively the install user, but
that was not clearly stated in the comments, documentation, or error
messages.
This commit is contained in:
Bruce Momjian
2014-08-04 11:56:16 -04:00
parent b4bd6f6b05
commit ee646df59a
3 changed files with 25 additions and 30 deletions

View File

@ -256,8 +256,6 @@ typedef struct
char major_version_str[64]; /* string PG_VERSION of cluster */
uint32 bin_version; /* version returned from pg_ctl */
Oid pg_database_oid; /* OID of pg_database relation */
Oid install_role_oid; /* OID of connected role */
Oid role_count; /* number of roles defined in the cluster */
const char *tablespace_suffix; /* directory specification */
} ClusterInfo;