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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
