Invalidate PL/Python functions with composite type argument when the
Peter Eisentraut <peter_e@gmx.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/expected/plpython_types_3.out | modified | +52 −0 |
| src/pl/plpython/expected/plpython_types.out | modified | +52 −0 |
| src/pl/plpython/plpython.c | modified | +76 −2 |
| src/pl/plpython/sql/plpython_types.sql | modified | +43 −0 |