pgsql: PL/Python: Remove procedure cache invalidation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PL/Python: Remove procedure cache invalidation
Date: 2015-05-13 02:55:49
Message-ID: E1YsMpp-00059p-Qu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

PL/Python: Remove procedure cache invalidation

This was added to react to changes in the pg_transform catalog, but
building with CLOBBER_CACHE_ALWAYS showed that PL/Python was not
prepared for having its procedure cache cleared. Since this is a
marginal use case, and we don't do this for other catalogs anyway, we
can postpone this to another day.

Branch
------
master

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

Modified Files
--------------
src/pl/plpython/plpy_procedure.c | 24 ------------------------
1 file changed, 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2015-05-13 03:22:38 Re: Re: [COMMITTERS] pgsql: pg_basebackup -F t now succeeds with a long symlink target
Previous Message Andres Freund 2015-05-12 22:14:42 pgsql: Fix ON CONFLICT bugs that manifest when used in rules.