]> granicus.if.org Git - postgresql/commit
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)
commitd99fb0d909027c60be36767559c535eb1cbae4fc
treeaab66ec84cf61bf7b633d5cd4ccc2f5fe25f12d4
parentdbb76bf2e0e764dc6e51b13efa08b5e71e312fdd
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