]> granicus.if.org Git - postgresql/commit
From: Massimo Dal Zotto <dz@cs.unitn.it>
authorMarc G. Fournier <scrappy@hub.org>
Tue, 25 Aug 1998 21:20:32 +0000 (21:20 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 25 Aug 1998 21:20:32 +0000 (21:20 +0000)
commit7dbcf31be29d2f4b57dbbb2c57a3c783e3595ac6
tree0d3683569b87913a87d6d4d11eec5b6ee8c7eed2
parent1acf0d85fefca64737fa05f99d7b6dd44d7bc783
From: Massimo Dal Zotto <dz@cs.unitn.it>

lock.patch

        I have rewritten lock.c cleaning up the code and adding better
        assert checking I have also added some fields to the lock and
        xid tags for better support of user locks. There is also a new
        function which returns an array of pids owning a lock.
        I'm using this code from over six months and it works fine.
src/backend/storage/lmgr/lock.c
src/backend/storage/lmgr/multi.c
src/backend/storage/lmgr/proc.c
src/include/storage/lock.h
src/include/storage/proc.h