pgsql: Add simple test for physical replication of sequences. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add simple test for physical replication of sequences.
Date
Msg-id E1n8q47-0004ng-Bm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add simple test for physical replication of sequences.

AFAICS we had no coverage of this point except in the seldom-used,
slated-for-removal standby_schedule test suite.  Sequence updates
are enough different from regular table updates that it seems worth
covering them explicitly in src/test/recovery.

Discussion: https://postgr.es/m/999497.1641431891@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/46cf109089e8b0eeb3370c0f482b0aaf0becaae0

Modified Files
--------------
src/test/recovery/t/001_stream_rep.pl | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Build inherited extended stats on partitioned tables
Next
From: Michael Paquier
Date:
Subject: pgsql: Update copyright notice to 2022 for recently-introduced TAP test