diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-05-13 22:51:00 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-05-13 22:51:00 +0000 |
commit | 36d3afd2d42da4c81c22b8cad3e8312368b9823e (patch) | |
tree | 59b1e975b58d49fcf65cdb2911f22fc2b741a07d /contrib/pg_upgrade/pg_upgrade.h | |
parent | 382ff21203ae1c13c2c93a483b098608f35a7251 (diff) |
Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade;
EDB must maintain their own patch set for this.
Diffstat (limited to 'contrib/pg_upgrade/pg_upgrade.h')
-rw-r--r-- | contrib/pg_upgrade/pg_upgrade.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/pg_upgrade/pg_upgrade.h b/contrib/pg_upgrade/pg_upgrade.h index 0fa96542b9e..773ff6c88c2 100644 --- a/contrib/pg_upgrade/pg_upgrade.h +++ b/contrib/pg_upgrade/pg_upgrade.h @@ -200,15 +200,11 @@ typedef struct DbInfoArr dbarr; /* dbinfos array */ char *pgdata; /* pathname for cluster's $PGDATA directory */ char *bindir; /* pathname for cluster's executable directory */ - const char *psql_exe; /* name of the psql command to execute - * in the cluster */ unsigned short port; /* port number where postmaster is waiting */ uint32 major_version; /* PG_VERSION of cluster */ char *major_version_str; /* string PG_VERSION of cluster */ Oid pg_database_oid; /* OID of pg_database relation */ char *libpath; /* pathname for cluster's pkglibdir */ - /* EDB AS is PG 8.2 with 8.3 enhancements backpatched. */ - bool is_edb_as; /* EnterpriseDB's Postgres Plus Advanced Server? */ char *tablespace_suffix; /* directory specification */ } ClusterInfo; |