postgresql/src/pl/plpython/sql
Tom Lane 2dada0cc85 Fix two issues in plpython's handling of composite results.
Dropped columns within a composite type were not handled correctly.
Also, we did not check for whether a composite result type had changed
since we cached the information about it.

Jan Urbański, per a bug report from Jean-Baptiste Quenot
2011-08-17 17:07:16 -04:00
..
plpython_composite.sql Table function support for PL/Python 2011-02-26 16:53:11 +02:00
plpython_do.sql PL/Python DO handler 2010-01-22 15:45:15 +00:00
plpython_drop.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython_error.sql Add traceback information to PL/Python errors 2011-04-06 22:36:06 +03:00
plpython_global.sql Make PL/Python tests more compatible with Python 3 2009-08-24 20:25:25 +00:00
plpython_import.sql Make PL/Python tests more compatible with Python 3 2009-08-24 20:25:25 +00:00
plpython_newline.sql Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
plpython_params.sql Augment test coverage in PL/Python, especially for error conditions. 2009-08-13 20:50:05 +00:00
plpython_populate.sql Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
plpython_quote.sql Add PL/Python functions for quoting strings 2011-02-22 23:41:23 +02:00
plpython_record.sql Fix two issues in plpython's handling of composite results. 2011-08-17 17:07:16 -04:00
plpython_schema.sql Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
plpython_setof.sql Fix aboriginal mistake in plpython's set-returning-function support. 2010-11-15 14:26:55 -05:00
plpython_spi.sql Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
plpython_subtransaction.sql PL/Python explicit subtransactions 2011-02-27 21:15:35 +02:00
plpython_test.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython_trigger.sql Table function support for PL/Python 2011-02-26 16:53:11 +02:00
plpython_types.sql Invalidate PL/Python functions with composite type argument when the 2011-02-19 16:56:02 +02:00
plpython_unicode.sql Set client encoding explicitly in plpython_unicode test 2011-04-16 21:53:43 +03:00
plpython_void.sql Split the plpython regression test into test cases arranged by topic, instead 2009-08-12 16:37:26 +00:00