pgsql: In pg_upgrade, when checking for the plpython library, we must c

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, when checking for the plpython library, we must c
Date: 2012-01-25 03:42:48
Message-ID: E1Rptl2-0007ID-QG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In pg_upgrade, when checking for the plpython library, we must check for
"plpython2" when upgrading from pre-PG 9.1. Patch to head and 9.1.

Per report from Peter.

Branch
------
master

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

Modified Files
--------------
contrib/pg_upgrade/function.c | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-01-25 03:50:05 pgsql: Improve plpython fix comment in pg_upgrade.
Previous Message Bruce Momjian 2012-01-25 02:51:21 pgsql: Fix new SQL tablespace location function usage in pg_upgrade to