Don't Assert() that fsync() and close() never fail; I have seen this
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Feb 2002 22:56:31 +0000 (22:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Feb 2002 22:56:31 +0000 (22:56 +0000)
commit328c53aaf0064571e268dc2f33a6edb62370ddb7
treea98ed8575cff939ea61425a11dd3d0c9e24bf567
parent1a6c0da76a17ab1cdecacf5eb39d3ca552410192
Don't Assert() that fsync() and close() never fail; I have seen this
crash on Solaris when over disk quota.  Instead, report such failures
via elog(DEBUG).
src/backend/storage/file/fd.c