mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Revert removal of trace_userlocks, because userlocks aren't gone.
This reverts commit 0180bd6180
.
contrib/userlock is gone, but user-level locking still exists,
and is exposed via the pg_advisory* family of functions.
This commit is contained in:
@ -1060,6 +1060,16 @@ static struct config_bool ConfigureNamesBool[] =
|
||||
false,
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
{
|
||||
{"trace_userlocks", PGC_SUSET, DEVELOPER_OPTIONS,
|
||||
gettext_noop("No description available."),
|
||||
NULL,
|
||||
GUC_NOT_IN_SAMPLE
|
||||
},
|
||||
&Trace_userlocks,
|
||||
false,
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
{
|
||||
{"trace_lwlocks", PGC_SUSET, DEVELOPER_OPTIONS,
|
||||
gettext_noop("No description available."),
|
||||
|
Reference in New Issue
Block a user