-
- Downloads
[ 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
Showing
- doc/src/sgml/monitoring.sgml 129 additions, 1 deletiondoc/src/sgml/monitoring.sgml
- doc/src/sgml/mvcc.sgml 10 additions, 2 deletionsdoc/src/sgml/mvcc.sgml
- src/backend/storage/lmgr/lock.c 61 additions, 1 deletionsrc/backend/storage/lmgr/lock.c
- src/backend/tcop/utility.c 2 additions, 3 deletionssrc/backend/tcop/utility.c
- src/backend/utils/adt/Makefile 2 additions, 2 deletionssrc/backend/utils/adt/Makefile
- src/bin/initdb/initdb.sh 16 additions, 3 deletionssrc/bin/initdb/initdb.sh
- src/include/catalog/catversion.h 2 additions, 2 deletionssrc/include/catalog/catversion.h
- src/include/catalog/pg_proc.h 3 additions, 1 deletionsrc/include/catalog/pg_proc.h
- src/include/storage/lock.h 18 additions, 1 deletionsrc/include/storage/lock.h
- src/include/storage/shmem.h 2 additions, 3 deletionssrc/include/storage/shmem.h
- src/test/regress/expected/rules.out 3 additions, 1 deletionsrc/test/regress/expected/rules.out
Loading
Please register or sign in to comment