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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Take sepgsql regression tests out of the regular regression test
Дата
Msg-id E1R8hop-0002ta-Iw@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Take sepgsql regression tests out of the regular regression test
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Update and extend the EXPLAIN-related documentation.