PL/Python: Move ereport wrapper test cases to separate file In commit 5c3c3cd0a3046339597a03bc708cb5530dc07059, the new tests were apparently just dumped into the first convenient file. Move them to a separate file dedicated to testing that functionality and leave the plpython_test test to test basic functionality, as it did before.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/83590771241fc89a944ba7703f506f4ca50f7e5f Modified Files -------------- src/pl/plpython/Makefile | 1 + src/pl/plpython/expected/plpython_ereport.out | 191 ++++++++++++++++++++++++++ src/pl/plpython/expected/plpython_test.out | 191 -------------------------- src/pl/plpython/sql/plpython_ereport.sql | 137 ++++++++++++++++++ src/pl/plpython/sql/plpython_test.sql | 138 ------------------- 5 files changed, 329 insertions(+), 329 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
