postgresql/src/backend/storage
Vadim B. Mikheev ab36582a19 Check bufHdr->cntxDirty and call StartBufferIO in BufferSync()
*before* acquiring shlock on buffer context. This way we should be
protected against conflicts with FlushRelationBuffers.
(Seems we never do excl lock and then StartBufferIO for the same
buffer, so there should be no deadlock here, - but we'd better
check this very soon).
2001-03-21 10:13:29 +00:00
..
buffer Check bufHdr->cntxDirty and call StartBufferIO in BufferSync() 2001-03-21 10:13:29 +00:00
file Change s_lock to not use any zero-delay select() calls; these are just a 2001-02-18 04:39:42 +00:00
ipc Remove NEXTXID xlog record type to avoid three-way deadlock risk. 2001-03-18 20:18:59 +00:00
large_object Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
lmgr When we add 'waiting' to the ps_status display, there should be a 2001-03-18 20:13:13 +00:00
page PageAddItem in overwrite mode: must *NOT* check itemid' flag if 2001-02-06 06:24:00 +00:00
smgr Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00