Add built-in userlock manipulation functions to replace the former
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Sep 2006 22:40:40 +0000 (22:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Sep 2006 22:40:40 +0000 (22:40 +0000)
commit8b13cb7eb88f1e9aa8fd041548b99268eebed97e
treef8a10333cbfa7f6ab34e8f7373e7db2abe75797c
parentf70bf0eda6a0248d3e6d377b5c12f7fd2bd4d672
Add built-in userlock manipulation functions to replace the former
contrib functionality.  Along the way, remove the USER_LOCKS configuration
symbol, since it no longer makes any sense to try to compile that out.
No user documentation yet ... mmoncure has promised to write some.
Thanks to Abhijit Menon-Sen for creating a first draft to work from.
doc/src/sgml/catalogs.sgml
src/backend/storage/lmgr/README
src/backend/storage/lmgr/deadlock.c
src/backend/storage/lmgr/lock.c
src/backend/utils/adt/lockfuncs.c
src/backend/utils/init/postinit.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/pg_config_manual.h
src/include/storage/lock.h
src/include/utils/builtins.h