pgsql: Fix new SQL tablespace location function usage in pg_upgrade to

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix new SQL tablespace location function usage in pg_upgrade to
Date: 2012-01-25 02:51:21
Message-ID: E1RpsxF-0006To-OF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-01-25 03:42:48 pgsql: In pg_upgrade, when checking for the plpython library, we must c
Previous Message Jaime Casanova 2012-01-24 20:35:22 Re: pgsql: Add new replication mode synchronous_commit = 'write'.