pgsql/src/backend/storage/file fd.c - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/storage/file fd.c
Date
Msg-id 200202102256.g1AMuXs56012@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes 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).


pgsql-committers by date:

Previous
From: vev@postgresql.org
Date:
Subject: [WEBMASTER] 'www/html sitess.html'
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/doc/src/sgml/ref pg_dump.sgml pg_restore ...