CVSROOT: /cvsrootModule name: pgsqlChanges by: tgl@postgresql.org 02/02/10 17:56:31
Modified files: src/backend/storage/file: fd.c
Log message: 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).