@@ -1042,7 +1042,7 @@ static struct config_bool ConfigureNamesBool[] =
1042
1042
},
1043
1043
{
1044
1044
{"enable_partition_pruning" , PGC_USERSET , QUERY_TUNING_METHOD ,
1045
- gettext_noop ("Enable plan-time and run-time partition pruning." ),
1045
+ gettext_noop ("Enables plan-time and run-time partition pruning." ),
1046
1046
gettext_noop ("Allows the query planner and executor to compare partition "
1047
1047
"bounds to conditions in the query to determine which "
1048
1048
"partitions must be scanned." ),
@@ -3493,7 +3493,7 @@ static struct config_string ConfigureNamesString[] =
3493
3493
3494
3494
{
3495
3495
{"recovery_target_timeline" , PGC_POSTMASTER , WAL_RECOVERY_TARGET ,
3496
- gettext_noop ("Specifies the timeline to recovery into." ),
3496
+ gettext_noop ("Specifies the timeline to recover into." ),
3497
3497
NULL
3498
3498
},
3499
3499
& recovery_target_timeline_string ,
@@ -3503,7 +3503,7 @@ static struct config_string ConfigureNamesString[] =
3503
3503
3504
3504
{
3505
3505
{"recovery_target" , PGC_POSTMASTER , WAL_RECOVERY_TARGET ,
3506
- gettext_noop ("Set to ' immediate' to end recovery as soon as a consistent state is reached." ),
3506
+ gettext_noop ("Set to \" immediate\" to end recovery as soon as a consistent state is reached." ),
3507
3507
NULL
3508
3508
},
3509
3509
& recovery_target_string ,
0 commit comments