Fix pg_recvlogical avoidance of superfluous Standby Status Update.
authorNoah Misch <noah@leadboat.com>
Thu, 14 May 2020 03:42:09 +0000 (20:42 -0700)
committerNoah Misch <noah@leadboat.com>
Thu, 14 May 2020 03:42:49 +0000 (20:42 -0700)
commit595b4115c91fb7cd217d2ed4460a397673baeaac
treecb7dbaf074b58122ce22f6aba38aaeeeed386e8a
parent7aa52945de3206191f8b2b121568d316ac4b234e
Fix pg_recvlogical avoidance of superfluous Standby Status Update.

The defect suppressed a Standby Status Update message when bytes flushed
to disk had changed but bytes received had not changed.  If
pg_recvlogical then exited with no intervening Standby Status Update,
the next pg_recvlogical repeated already-flushed records.  The defect
could also cause superfluous messages, which are functionally harmless.
Back-patch to 9.5 (all supported versions).

Discussion: https://postgr.es/m/20200502221647.GA3941274@rfd.leadboat.com
src/bin/pg_basebackup/pg_recvlogical.c