postgresql/src/backend/storage
Marc G. Fournier fb70587c1d Patch from Massimo Dal Zotto <dz@cs.unitn.it>
The following patches add to the backend a new debugging flag -K which prints
a debug trace of all locking operations on user relations (those with oid
greater than 20000). The code is compiled only if LOCK_MGR_DEBUG is defined,
so the patch should be harmless if not explicitly enabled.
I'm using the code to trace deadlock conditions caused by application queries
using the command "$POSTMASTER -D $PGDATA -o '-d 1 -K 1'.
The patches are for version 6.0 dated 970126.
1997-02-12 05:25:13 +00:00
..
buffer Fix typo in struct name. 1997-01-26 00:45:25 +00:00
file Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconf 1997-01-27 00:09:47 +00:00
ipc Change next to nextstep where missed. 1997-01-26 20:15:26 +00:00
large_object Add include files needed for stat(). 1997-01-18 16:14:04 +00:00
lmgr Patch from Massimo Dal Zotto <dz@cs.unitn.it> 1997-02-12 05:25:13 +00:00
page Typecasts, etc. to make compile work on AIX. Thanks Darren King.. 1996-11-24 04:44:24 +00:00
smgr New smgrtruncate smgr' interface func. 1996-11-27 07:25:52 +00:00
Makefile Recognize dependencies more reliably. 1996-11-10 03:13:59 +00:00