You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/pl/plpython/expected
Peter Eisentraut 2f363590c1 Additional PL/Python regression test expected file 15 years ago
..
README Additional PL/Python regression test expected file 15 years ago
plpython_composite.out Table function support for PL/Python 15 years ago
plpython_do.out Do not prefix error messages with the string "PL/Python: " 15 years ago
plpython_drop.out Convert the existing regression test scripts for the various optional 21 years ago
plpython_error.out PL/Python custom SPI exceptions 15 years ago
plpython_error_0.out PL/Python custom SPI exceptions 15 years ago
plpython_global.out Make PL/Python tests more compatible with Python 3 17 years ago
plpython_import.out Improve PL/Python elog output 16 years ago
plpython_newline.out Remove useless whitespace at end of lines 15 years ago
plpython_params.out Augment test coverage in PL/Python, especially for error conditions. 17 years ago
plpython_populate.out Convert the existing regression test scripts for the various optional 21 years ago
plpython_quote.out Add PL/Python functions for quoting strings 15 years ago
plpython_record.out Table function support for PL/Python 15 years ago
plpython_schema.out Remove useless whitespace at end of lines 15 years ago
plpython_setof.out Fix aboriginal mistake in plpython's set-returning-function support. 15 years ago
plpython_spi.out Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
plpython_subtransaction.out PL/Python custom SPI exceptions 15 years ago
plpython_subtransaction_0.out PL/Python custom SPI exceptions 15 years ago
plpython_subtransaction_5.out Additional PL/Python regression test expected file 15 years ago
plpython_test.out PL/Python custom SPI exceptions 15 years ago
plpython_trigger.out Table function support for PL/Python 15 years ago
plpython_types.out Invalidate PL/Python functions with composite type argument when the 15 years ago
plpython_types_3.out Invalidate PL/Python functions with composite type argument when the 15 years ago
plpython_unicode.out Add Unicode support in PL/Python 17 years ago
plpython_unicode_0.out First committed version of plpython_unicode_0.out did not actually contain the 16 years ago
plpython_unicode_3.out Fix regression tests after PL/Python custom SPI exceptions patch 15 years ago
plpython_void.out Enhanced error context support in PL/Python 17 years ago

README

Guide to alternative expected files:

plpython_error_0.out Python 2.4 and older

plpython_unicode.out server encoding != SQL_ASCII and client encoding == UTF8; else ...
plpython_unicode_0.out server encoding != SQL_ASCII and client encoding != UTF8; else ...
plpython_unicode_3.out server encoding == SQL_ASCII

plpython_subtransaction_0.out Python 2.4 and older (without with statement)
plpython_subtransaction_5.out Python 2.5 (without with statement)

plpython_types_3.out Python 3.x

Note: Building with Python 2.2 is supported, but there are no expected
files for it (too much work to maintain).