Comment on Can Applications Recover from Fsync Failures?parentComments−masklinn4yultimately decided I'm too stupid to get that right and roll the "log error and bail out" route ever since.That's exactly where postgres ended up: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit...PANIC on fsync() failure.
Comments
That's exactly where postgres ended up: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit...