@@ -997,7 +997,7 @@ static struct config_bool ConfigureNamesBool[] =
997997#ifdef BTREE_BUILD_STATS
998998{
999999{"log_btree_build_stats" ,PGC_SUSET ,DEVELOPER_OPTIONS ,
1000- gettext_noop ("No description available ." ),
1000+ gettext_noop ("Logs system resource usage statistics (memory and CPU) on various B-tree operations ." ),
10011001NULL ,
10021002GUC_NOT_IN_SAMPLE
10031003},
@@ -1071,7 +1071,7 @@ static struct config_bool ConfigureNamesBool[] =
10711071#ifdef LOCK_DEBUG
10721072{
10731073{"trace_locks" ,PGC_SUSET ,DEVELOPER_OPTIONS ,
1074- gettext_noop ("No description available ." ),
1074+ gettext_noop ("Emits information about lock usage ." ),
10751075NULL ,
10761076GUC_NOT_IN_SAMPLE
10771077},
@@ -1081,7 +1081,7 @@ static struct config_bool ConfigureNamesBool[] =
10811081},
10821082{
10831083{"trace_userlocks" ,PGC_SUSET ,DEVELOPER_OPTIONS ,
1084- gettext_noop ("No description available ." ),
1084+ gettext_noop ("Emits information about user lock usage ." ),
10851085NULL ,
10861086GUC_NOT_IN_SAMPLE
10871087},
@@ -1091,7 +1091,7 @@ static struct config_bool ConfigureNamesBool[] =
10911091},
10921092{
10931093{"trace_lwlocks" ,PGC_SUSET ,DEVELOPER_OPTIONS ,
1094- gettext_noop ("No description available ." ),
1094+ gettext_noop ("Emits information about lightweight lock usage ." ),
10951095NULL ,
10961096GUC_NOT_IN_SAMPLE
10971097},
@@ -1101,7 +1101,7 @@ static struct config_bool ConfigureNamesBool[] =
11011101},
11021102{
11031103{"debug_deadlocks" ,PGC_SUSET ,DEVELOPER_OPTIONS ,
1104- gettext_noop ("No description available ." ),
1104+ gettext_noop ("Dumps information about all current locks when a deadlock timeout occurs ." ),
11051105NULL ,
11061106GUC_NOT_IN_SAMPLE
11071107},
@@ -1848,8 +1848,8 @@ static struct config_int ConfigureNamesInt[] =
18481848#ifdef LOCK_DEBUG
18491849{
18501850{"trace_lock_oidmin" ,PGC_SUSET ,DEVELOPER_OPTIONS ,
1851- gettext_noop ("No description available ." ),
1852- NULL ,
1851+ gettext_noop ("Sets the minimum OID of tables for tracking locks ." ),
1852+ gettext_noop ( "Is used to avoid output on system tables." ) ,
18531853GUC_NOT_IN_SAMPLE
18541854},
18551855& Trace_lock_oidmin ,
@@ -1858,7 +1858,7 @@ static struct config_int ConfigureNamesInt[] =
18581858},
18591859{
18601860{"trace_lock_table" ,PGC_SUSET ,DEVELOPER_OPTIONS ,
1861- gettext_noop ("No description available ." ),
1861+ gettext_noop ("Sets the OID of the table with unconditionally lock tracing ." ),
18621862NULL ,
18631863GUC_NOT_IN_SAMPLE
18641864},