postgresql/src/backend/storage
Tom Lane d99fb0d909 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).
2002-02-10 22:56:31 +00:00
..
buffer Clean up usage-statistics display code (ShowUsage and friends). StatFp 2001-11-10 23:51:14 +00:00
file Don't Assert() that fsync() and close() never fail; I have seen this 2002-02-10 22:56:31 +00:00
freespace Fix logic error in insert_fsm_page_entry: because compact_fsm_page_list 2002-01-24 15:31:43 +00:00
ipc Ensure that all direct uses of spinlock-protected data structures use 2001-12-28 18:16:43 +00:00
large_object pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
lmgr Tweak LWLock algorithms so that an awakened waiter for a lock is not 2002-01-07 16:33:00 +00:00
page Add cast to suppress gcc warning on Darwin platform. 2002-01-30 19:34:55 +00:00
smgr New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
Makefile Install infrastructure for shared-memory free space map. Doesn't actually 2001-06-27 23:31:40 +00:00