Re: initdb and fsync
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Noah Misch <noah@leadboat.com>
Cc: Jeff Davis <pgsql@j-davis.com>, pgsql-hackers@postgresql.org
Date: 2012-01-28T15:31:57Z
Lists: pgsql-hackers
On 01/27/2012 11:52 PM, Noah Misch wrote: >> Is a platform-independent fsync be available at initdb time? > Not sure. > It's a macro on Windows that calls _commit(fd), so it should be portable enough. I'm curious what problem we're actually solving here, though. I've run the buildfarm countless thousands of times on different VMs, and five of my seven current animals run in VMs, and I don't think I've ever seen a failure ascribable to inadequately synced files from initdb. cheers andrew