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).
Showing
Please register or sign in to comment
crash on Solaris when over disk quota. Instead, report such failures via elog(DEBUG).