Add additional tests to test streaming of in-progress transactions.
authorAmit Kapila <akapila@postgresql.org>
Mon, 7 Sep 2020 02:38:58 +0000 (08:08 +0530)
committerAmit Kapila <akapila@postgresql.org>
Mon, 7 Sep 2020 02:38:58 +0000 (08:08 +0530)
commit58b5ae9d62bdd44879c6f9a570849903ccd6cd66
tree218e88b1ac8f1d476f590f0028cbf3307fb48ad8
parent88709176236caf3cb9655acda6bad2df0323ac8f
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
src/test/subscription/t/016_stream_subxact.pl [new file with mode: 0644]
src/test/subscription/t/017_stream_ddl.pl [new file with mode: 0644]
src/test/subscription/t/018_stream_subxact_abort.pl [new file with mode: 0644]
src/test/subscription/t/019_stream_subxact_ddl_abort.pl [new file with mode: 0644]