diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-04-09 17:28:58 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-04-09 17:28:58 -0400 |
commit | e083fa34ced0d53807a57482048bb4c135c3d006 (patch) | |
tree | 1d136b6453154b89ea034be3beb348eb07d055c7 /src/backend/executor/nodeHash.c | |
parent | 2e0e409e3cbab4f4ac01a6f70931817cfd2bdcb1 (diff) | |
download | postgresql-e083fa34ced0d53807a57482048bb4c135c3d006.tar.gz postgresql-e083fa34ced0d53807a57482048bb4c135c3d006.zip |
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
Diffstat (limited to 'src/backend/executor/nodeHash.c')
0 files changed, 0 insertions, 0 deletions