Further stabilize results of 019_replslot_limit.pl.

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

Commit: e083fa34ced0d53807a57482048bb4c135c3d006
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-04-09T21:28:58Z
Releases: 13.0
Further stabilize results of 019_replslot_limit.pl.

Depending on specific values of restart_lsn or pg_current_wal_lsn()
is obviously unsafe.  The previous coding tried to dodge this issue
by rounding off, but that's not good enough, as shown by multiple
buildfarm members.  Nuke all the uses of these values except for
null-ness checks, pending some credible argument why we should think
something else could be usefully stable.

Kyotaro Horiguchi, further modified by me

Discussion: https://postgr.es/m/E1jM1Sa-0003mS-99@gemulon.postgresql.org

Files

PathChange+/−
src/test/recovery/t/019_replslot_limit.pl modified +17 −17

Discussion

Cited messages not in the archive: E1jM1Sa-0003mS-99@gemulon.postgresql.org