@@ -1042,7 +1042,7 @@ static struct config_bool ConfigureNamesBool[] =
10421042 },
10431043 {
10441044 {"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." ),
10461046 gettext_noop ("Allows the query planner and executor to compare partition "
10471047 "bounds to conditions in the query to determine which "
10481048 "partitions must be scanned." ),
@@ -3493,7 +3493,7 @@ static struct config_string ConfigureNamesString[] =
34933493
34943494 {
34953495 {"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." ),
34973497 NULL
34983498 },
34993499 & recovery_target_timeline_string ,
@@ -3503,7 +3503,7 @@ static struct config_string ConfigureNamesString[] =
35033503
35043504 {
35053505 {"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." ),
35073507 NULL
35083508 },
35093509 & recovery_target_string ,
0 commit comments