Add simple test for physical replication of sequences.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 46cf109089e8b0eeb3370c0f482b0aaf0becaae0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-01-15T20:47:00Z
Releases: 15.0
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

Files

PathChange+/−
src/test/recovery/t/001_stream_rep.pl modified +20 −2

Discussion