From: | Amit Kapila <akapila(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add additional tests to test streaming of in-progress transactio |
Date: | 2020-09-07 02:48:50 |
Message-ID: | E1kF7D8-0005tF-6o@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2020-09-07 04:44:41 | Re: pgsql: Refactor pg_get_line() to expose an alternative StringInfo-based |
Previous Message | Tom Lane | 2020-09-07 01:40:54 | pgsql: Apply auto-vectorization to the inner loop of numeric multiplica |