Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf5c2f5a

Browse files
committed
Add GUC descriptions for compile-time postgresql.conf settings
Previous text was "No description available".Tianyin Xu
1 parent66d85c5 commitf5c2f5a

File tree

1 file changed

+8
-8
lines changed
  • src/backend/utils/misc

1 file changed

+8
-8
lines changed

‎src/backend/utils/misc/guc.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ static struct config_bool ConfigureNamesBool[] =
997997
#ifdefBTREE_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."),
10011001
NULL,
10021002
GUC_NOT_IN_SAMPLE
10031003
},
@@ -1071,7 +1071,7 @@ static struct config_bool ConfigureNamesBool[] =
10711071
#ifdefLOCK_DEBUG
10721072
{
10731073
{"trace_locks",PGC_SUSET,DEVELOPER_OPTIONS,
1074-
gettext_noop("No description available."),
1074+
gettext_noop("Emits information about lock usage."),
10751075
NULL,
10761076
GUC_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."),
10851085
NULL,
10861086
GUC_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."),
10951095
NULL,
10961096
GUC_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."),
11051105
NULL,
11061106
GUC_NOT_IN_SAMPLE
11071107
},
@@ -1848,8 +1848,8 @@ static struct config_int ConfigureNamesInt[] =
18481848
#ifdefLOCK_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."),
18531853
GUC_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."),
18621862
NULL,
18631863
GUC_NOT_IN_SAMPLE
18641864
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp