pgsql: Fix new SQL tablespace location function usage in pg_upgrade to - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix new SQL tablespace location function usage in pg_upgrade to
Date
Msg-id E1RpsxF-0006To-OF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix new SQL tablespace location function usage in pg_upgrade to properly
check cluster version numbers, and fix missing table alias.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b95aec529014355f4f90c5095993404ff0291b02

Modified Files
--------------
contrib/pg_upgrade/info.c       |    4 ++--
contrib/pg_upgrade/tablespace.c |    2 +-
2 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: pgsql: Add new replication mode synchronous_commit = 'write'.
Next
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, when checking for the plpython library, we must c