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 ------ REL9_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/fa4dad6cc0fe7b66b2627ce7124a7767bfbaba63 Modified Files -------------- contrib/pg_upgrade/function.c | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
