@@ -1101,7 +1101,7 @@ static struct config_bool ConfigureNamesBool[] =
1101
1101
},
1102
1102
{
1103
1103
{"enable_partition_pruning" , PGC_USERSET , QUERY_TUNING_METHOD ,
1104
- gettext_noop ("Enables plan-time and run -time partition pruning." ),
1104
+ gettext_noop ("Enables plan-time and execution -time partition pruning." ),
1105
1105
gettext_noop ("Allows the query planner and executor to compare partition "
1106
1106
"bounds to conditions in the query to determine which "
1107
1107
"partitions must be scanned." ),
@@ -1945,7 +1945,7 @@ static struct config_bool ConfigureNamesBool[] =
1945
1945
{
1946
1946
{"parallel_leader_participation" , PGC_USERSET , RESOURCES_ASYNCHRONOUS ,
1947
1947
gettext_noop ("Controls whether Gather and Gather Merge also run subplans." ),
1948
- gettext_noop ("Should gather nodes also run subplans, or just gather tuples?" ),
1948
+ gettext_noop ("Should gather nodes also run subplans or just gather tuples?" ),
1949
1949
GUC_EXPLAIN
1950
1950
},
1951
1951
& parallel_leader_participation ,
@@ -1966,7 +1966,7 @@ static struct config_bool ConfigureNamesBool[] =
1966
1966
1967
1967
{
1968
1968
{"jit_debugging_support" , PGC_SU_BACKEND , DEVELOPER_OPTIONS ,
1969
- gettext_noop ("Register JIT compiled function with debugger." ),
1969
+ gettext_noop ("Register JIT- compiled functions with debugger." ),
1970
1970
NULL ,
1971
1971
GUC_NOT_IN_SAMPLE
1972
1972
},
@@ -2005,7 +2005,7 @@ static struct config_bool ConfigureNamesBool[] =
2005
2005
2006
2006
{
2007
2007
{"jit_profiling_support" , PGC_SU_BACKEND , DEVELOPER_OPTIONS ,
2008
- gettext_noop ("Register JIT compiled function with perf profiler." ),
2008
+ gettext_noop ("Register JIT- compiled functions with perf profiler." ),
2009
2009
NULL ,
2010
2010
GUC_NOT_IN_SAMPLE
2011
2011
},
@@ -3546,7 +3546,7 @@ static struct config_real ConfigureNamesReal[] =
3546
3546
3547
3547
{
3548
3548
{"jit_optimize_above_cost" , PGC_USERSET , QUERY_TUNING_COST ,
3549
- gettext_noop ("Optimize JITed functions if query is more expensive." ),
3549
+ gettext_noop ("Optimize JIT-compiled functions if query is more expensive." ),
3550
3550
gettext_noop ("-1 disables optimization." ),
3551
3551
GUC_EXPLAIN
3552
3552
},
@@ -3716,7 +3716,7 @@ static struct config_real ConfigureNamesReal[] =
3716
3716
3717
3717
{
3718
3718
{"log_transaction_sample_rate" , PGC_SUSET , LOGGING_WHEN ,
3719
- gettext_noop ("Set the fraction of transactions to log for new transactions." ),
3719
+ gettext_noop ("Sets the fraction of transactions to log for new transactions." ),
3720
3720
gettext_noop ("Logs all statements from a fraction of transactions. "
3721
3721
"Use a value between 0.0 (never log) and 1.0 (log all "
3722
3722
"statements for all transactions)." )
@@ -4714,7 +4714,7 @@ static struct config_enum ConfigureNamesEnum[] =
4714
4714
4715
4715
{
4716
4716
{"wal_level" , PGC_POSTMASTER , WAL_SETTINGS ,
4717
- gettext_noop ("Set the level of information written to the WAL." ),
4717
+ gettext_noop ("Sets the level of information written to the WAL." ),
4718
4718
NULL
4719
4719
},
4720
4720
& wal_level ,
0 commit comments