PL/Python: Remove procedure cache invalidation
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 13 May 2015 02:52:18 +0000 (22:52 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 13 May 2015 02:52:18 +0000 (22:52 -0400)
commitdcf5e319089e750d726a0e18a8c90b258c39362c
treecfbdd5a740dc9a7d66bfb086b44a2e7297ca59a8
parent4af6e61a363246cf7fff3368a76603b0ce9945dd
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.
src/pl/plpython/plpy_procedure.c