pgsql: In pg_upgrade, report pre-PG 8.1 plpython helper functions left - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In pg_upgrade, report pre-PG 8.1 plpython helper functions left
Date
Msg-id E1SeqWL-0005F1-Sr@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In pg_upgrade, report pre-PG 8.1 plpython helper functions left in the
public schema that no longer point to valid shared object libraries, and
suggest a solution.

Backpatch to 9.1 (already in head)

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0f3326175a951e3ff9e62c310d686a681883899f

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, verify that the install user has the same oid on
Next
From: Tom Lane
Date:
Subject: pgsql: Support Linux's oom_score_adj API as well as the older oom_adj A