mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
This backports commit 7f242d880b
,
except for the counter in pg_stat_bgwriter. The underlying problem
(namely, that a full fsync request queue causes terrible checkpoint
behavior) continues to be reported in the wild, and this code seems
to be safe and robust enough to risk back-porting the fix.