[COMMITTERS] pgsql: Add a pg_recvlogical wrapper to PostgresNode

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема [COMMITTERS] pgsql: Add a pg_recvlogical wrapper to PostgresNode
Дата
Msg-id E1cqKai-0001rH-I6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add a pg_recvlogical wrapper to PostgresNode

Allows testing of logical decoding using SQL interface and/or pg_recvlogical
Most logical decoding tests are in contrib/test_decoding. This module
is for work that doesn't fit well there, like where server restarts
are required.

Craig Ringer

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eb2a6131beccaad2b39629191508062b70d3a1c6

Modified Files
--------------
src/test/perl/PostgresNode.pm               | 78 +++++++++++++++++++++++++++++
src/test/recovery/t/006_logical_decoding.pl | 31 +++++++++++-
2 files changed, 108 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Don't scan partitioned tables.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: [COMMITTERS] pgsql: Use CallerFInfoFunctionCall with btree_gist for numeric types