pgsql: Add simple test for physical replication of sequences.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add simple test for physical replication of sequences.
Date: 2022-01-15 20:54:23
Message-ID: E1n8q47-0004ng-Bm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-01-16 12:19:58 pgsql: Update copyright notice to 2022 for recently-introduced TAP test
Previous Message Tomas Vondra 2022-01-15 18:28:02 pgsql: Build inherited extended stats on partitioned tables