pgsql: Take sepgsql regression tests out of the regular regression test - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Take sepgsql regression tests out of the regular regression test
Date
Msg-id E1R8hop-0002ta-Iw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Take sepgsql regression tests out of the regular regression test mechanism.

Back-port the new "test_sepgsql" script into 9.1 to provide a substitute
test mechanism.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/39be6957725bf4b9764a10cf368cc6ec8e21dec6

Modified Files
--------------
contrib/sepgsql/Makefile     |    7 +-
contrib/sepgsql/test_sepgsql |  264 +++++++++++++++++++++++++++++++++++++
doc/src/sgml/sepgsql.sgml    |  294 ++++++++++++++++++++++-------------------
3 files changed, 425 insertions(+), 140 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Take sepgsql regression tests out of the regular regression test
Next
From: Tom Lane
Date:
Subject: pgsql: Update and extend the EXPLAIN-related documentation.