OSDN Git Service

[ Newest version of patch applied.]
authorBruce Momjian <bruce@momjian.us>
Sat, 17 Aug 2002 13:04:19 +0000 (13:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 17 Aug 2002 13:04:19 +0000 (13:04 +0000)
commit82119a696e247e6d3f583c6bb89435099e062e71
treede7bbf69ea65a1bd99769c77889f3ff7d6e25bf4
parentf0ed4311b6f44dac079ae720b370413e948f30d5
[ Newest version of patch applied.]

This patch is an updated version of the lock listing patch. I've made
the following changes:

    - write documentation
    - wrap the SRF in a view called 'pg_locks': all user-level
      access should be done through this view
    - re-diff against latest CVS

One thing I chose not to do is adapt the SRF to use the anonymous
composite type code from Joe Conway. I'll probably do that eventually,
but I'm not really convinced it's a significantly cleaner way to
bootstrap SRF builtins than the method this patch uses (of course, it
has other uses...)

Neil Conway
doc/src/sgml/monitoring.sgml
doc/src/sgml/mvcc.sgml
src/backend/storage/lmgr/lock.c
src/backend/tcop/utility.c
src/backend/utils/adt/Makefile
src/bin/initdb/initdb.sh
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/storage/lock.h
src/include/storage/shmem.h
src/test/regress/expected/rules.out