]> granicus.if.org Git - postgresql/commit
Invalidate PL/Python functions with composite type argument when the
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 19 Feb 2011 14:52:24 +0000 (16:52 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 19 Feb 2011 14:56:02 +0000 (16:56 +0200)
commitb05186f8a403c7dcd1bd974948273f8c00edb127
treed1c3c0fd1aa8f09fc55225d2f3508aec8bfc3b35
parent964b46d00ec2222c1273bec3ead369f3e167d482
Invalidate PL/Python functions with composite type argument when the
type changes.

The invalidation will cause the type information to be refetched, and
everything will work.

Jan UrbaƄski, reviewed by Alex Hunsaker
src/pl/plpython/expected/plpython_types.out
src/pl/plpython/expected/plpython_types_3.out
src/pl/plpython/plpython.c
src/pl/plpython/sql/plpython_types.sql