pgsql/src/backend/storage/file fd.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/storage/file fd.c
Дата
Msg-id 200202102256.g1AMuXs56012@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: vev@postgresql.org
Дата:
Сообщение: [WEBMASTER] 'www/html sitess.html'
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/doc/src/sgml/ref pg_dump.sgml pg_restore ...