Re: Checkpoint not retrying failed fsync?
Thomas Munro <thomas.munro@enterprisedb.com>
From: Thomas Munro <thomas.munro@enterprisedb.com>
To: Andrew Gierth <andrew@tao11.riddles.org.uk>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-04-06T01:11:36Z
Lists: pgsql-hackers
Attachments
- 0001-Make-sure-we-don-t-forget-about-fsync-requests-af-v2.patch (application/octet-stream) patch v2-0001
On Fri, Apr 6, 2018 at 12:56 PM, Thomas Munro <thomas.munro@enterprisedb.com> wrote: > After some testing, here is a better one for review. One problem I thought of about 8 milliseconds after clicking send is that bms_union() may fail to allocate memory and then you're hosed. Here is a new version that uses bms_join() instead, because that can't fail. -- Thomas Munro http://www.enterprisedb.com
Commits
-
Don't forget about failed fsync() requests.
- 1556cb2fc5c7 12.0 landed
- 2b2010d12a62 9.4.21 landed
- a4a4aede5fab 9.5.16 landed
- a4d6d6a25c12 9.6.12 landed
- 28117764db7e 10.7 landed
- 542e6f3861ce 11.2 landed