From 71b2b657c034743f81ae7906d7b0fcc8e9a0a6a3 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 10 Nov 2011 17:54:27 -0500 Subject: Revert removal of trace_userlocks, because userlocks aren't gone. This reverts commit 0180bd6180511875db046bf8ddcaa633a2952dfd. contrib/userlock is gone, but user-level locking still exists, and is exposed via the pg_advisory* family of functions. --- doc/src/sgml/config.sgml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 3ace7dfa930..18b39ea0a97 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -6217,6 +6217,28 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1) + + trace_userlocks (boolean) + + trace_userlocks configuration parameter + + + + If on, emit information about user lock usage. Output is the same + as for trace_locks, only for user locks. + + + User locks were removed as of PostgreSQL version 8.2. This option + currently has no effect. + + + This parameter is only available if the LOCK_DEBUG + macro was defined when PostgreSQL was + compiled. + + + + trace_lock_oidmin (integer) -- cgit v1.2.3