Add simple test for physical replication of sequences.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Jan 2022 20:47:00 +0000 (15:47 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Jan 2022 20:47:00 +0000 (15:47 -0500)
commit46cf109089e8b0eeb3370c0f482b0aaf0becaae0
treee2d0bfd6947e5103e8eece089b5dce9c1edcd725
parent20b9fa308ebf7d4a26ac53804fce1c30f781d60c
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
src/test/recovery/t/001_stream_rep.pl