mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
Remove all "traces" of trace_userlocks, because userlocks were removed
in PG 8.2.
This commit is contained in:
@ -1058,16 +1058,6 @@ 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