File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2591,7 +2591,7 @@ struct config_int ConfigureNamesInt[] =
2591
2591
{
2592
2592
{"wal_decode_buffer_size" , PGC_POSTMASTER , WAL_RECOVERY ,
2593
2593
gettext_noop ("Buffer size for reading ahead in the WAL during recovery." ),
2594
- gettext_noop ("This controls the maximum distance we can read ahead in the WAL to prefetch referenced data blocks." ),
2594
+ gettext_noop ("Maximum distance to read ahead in the WAL to prefetch referenced data blocks." ),
2595
2595
GUC_UNIT_BYTE
2596
2596
},
2597
2597
& wal_decode_buffer_size ,
@@ -3248,7 +3248,7 @@ struct config_int ConfigureNamesInt[] =
3248
3248
{
3249
3249
{"tcp_keepalives_count" , PGC_USERSET , CONN_AUTH_TCP ,
3250
3250
gettext_noop ("Maximum number of TCP keepalive retransmits." ),
3251
- gettext_noop ("This controls the number of consecutive keepalive retransmits that can be "
3251
+ gettext_noop ("Number of consecutive keepalive retransmits that can be "
3252
3252
"lost before a connection is considered dead. A value of 0 uses the "
3253
3253
"system default." ),
3254
3254
},
You can’t perform that action at this time.
0 commit comments