Обсуждение: pgsql: Take sepgsql regression tests out of the regular regression test

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)