pgsql: Add a test to verify that subscription to the standby works.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Add a test to verify that subscription to the standby works.
Дата
Msg-id E1prxZl-0058h6-EO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add a test to verify that subscription to the standby works.

Author: Bertrand Drouvot
Reviewed-by: Vignesh C, Alvaro Herrera, Amit Kapila
Discussion: https://postgr.es/m/2fefa454-5a70-2174-ddbf-4a0e41537139@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/376dc820531bafcbf105fff74c5b14c23d9950af

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm           | 21 ++++-
.../recovery/t/035_standby_logical_decoding.pl     | 91 +++++++++++++++++++++-
2 files changed, 107 insertions(+), 5 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Rework code defining default compression for dir/custom formats
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: In hstore_plpython, avoid crashing when return value isn't a map