OSDN Git Service

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)
commit9b4cda0df674e0c7b70aa61d768471a97205113f
tree6c92849a8922458b69723b2640d85ec916aa48b1
parentf7f308d6a6c8cfffa61ab79be9c338726fb2cfb6
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