pgsql: Add additional tests to test streaming of in-progress transactio

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Add additional tests to test streaming of in-progress transactio
Дата
Msg-id E1kF7D8-0005tF-6o@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add additional tests to test streaming of in-progress transactions.

This covers the functionality tests for streaming in-progress
subtransactions, streaming transactions containing rollback to savepoints,
and streaming transactions having DDLs.

Author: Tomas Vondra, Amit Kapila and Dilip Kumar
Reviewed-by: Dilip Kumar
Discussion: https://postgr.es/m/688b0b7f-2f6c-d827-c27b-216a8e3ea700@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/58b5ae9d62bdd44879c6f9a570849903ccd6cd66

Modified Files
--------------
src/test/subscription/t/016_stream_subxact.pl      |  81 ++++++++++++++
src/test/subscription/t/017_stream_ddl.pl          | 110 +++++++++++++++++++
.../subscription/t/018_stream_subxact_abort.pl     | 117 +++++++++++++++++++++
.../subscription/t/019_stream_subxact_ddl_abort.pl |  76 +++++++++++++
4 files changed, 384 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Apply auto-vectorization to the inner loop of numeric multiplica
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: pgsql: Refactor pg_get_line() to expose an alternative StringInfo-based