pgsql: PL/Python: Move ereport wrapper test cases to separate file - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: PL/Python: Move ereport wrapper test cases to separate file
Date
Msg-id E1bAHEW-0003jl-Sf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Don't reset changes_since_analyze after a selective-columns ANAL
Next
From: Stephen Frost
Date:
Subject: pgsql: pg_dump only selected components of ACCESS METHODs