diff options
author | Noah Misch <noah@leadboat.com> | 2018-08-31 22:59:58 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2018-08-31 22:59:58 -0700 |
commit | ab0ed6153a58294143d6d66ec5f3471477c59d57 (patch) | |
tree | 01f5aff6d4bb5a39109dfbeed89249017a4eccbb /src/include/postgres.h | |
parent | 5758685c9f1a51b0a77ae8f415a57670941f2c4b (diff) | |
download | postgresql-ab0ed6153a58294143d6d66ec5f3471477c59d57.tar.gz postgresql-ab0ed6153a58294143d6d66ec5f3471477c59d57.zip |
Ignore server-side delays when enforcing wal_sender_timeout.
Healthy clients of servers having poor I/O performance, such as
buildfarm members hamster and tern, saw unexpected timeouts. That
disagreed with documentation. This fix adds one gettimeofday() call
whenever ProcessRepliesIfAny() finds no client reply messages.
Back-patch to 9.4; the bug's symptom is rare and mild, and the code all
moved between 9.3 and 9.4.
Discussion: https://postgr.es/m/20180826034600.GA1105084@rfd.leadboat.com
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions