pgsql: Take sepgsql regression tests out of the regular regression test

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Take sepgsql regression tests out of the regular regression test
Date: 2011-09-28 00:16:11
Message-ID: E1R8hop-0002ta-Iw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-09-28 23:40:19 pgsql: Update and extend the EXPLAIN-related documentation.
Previous Message Tom Lane 2011-09-28 00:07:30 pgsql: Take sepgsql regression tests out of the regular regression test