pg_upgrade with plpython is broken - Mailing list pgsql-hackers

From Peter Eisentraut
Subject pg_upgrade with plpython is broken
Date
Msg-id 1324307804.15912.3.camel@fsopti579.F-Secure.com
Whole thread Raw
Responses Re: pg_upgrade with plpython is broken  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Upgrading an instance containing plpython from <=8.4 to >=9.0 is broken
because the module plpython.so was renamed to plpython2.so, and so the
pg_upgrade check for loadable libraries fails thus:
   Your installation references loadable libraries that are missing from the   new installation.  etc.

Installing a symlink fixes the issue.  Should we teach pg_upgrade about
this renaming, or should we install the symlink as part of the standard
installation?



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: RangeVarGetRelid()
Next
From: Sushant Sinha
Date:
Subject: Postgres 9.1: Adding rows to table causing too much latency in other queries