pgsql: PL/Python: Move ereport wrapper test cases to separate file

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PL/Python: Move ereport wrapper test cases to separate file
Date: 2016-06-07 13:39:52
Message-ID: E1bAHEW-0003jl-Sf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2016-06-07 13:56:07 pgsql: pg_dump only selected components of ACCESS METHODs
Previous Message Tom Lane 2016-06-06 21:44:37 pgsql: Don't reset changes_since_analyze after a selective-columns ANAL