File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2838,7 +2838,7 @@ static struct config_int ConfigureNamesInt[] =
2838
2838
{
2839
2839
{"wal_decode_buffer_size" , PGC_POSTMASTER , WAL_RECOVERY ,
2840
2840
gettext_noop ("Buffer size for reading ahead in the WAL during recovery." ),
2841
- gettext_noop ("This controls the maximum distance we can read ahead in the WAL to prefetch referenced data blocks." ),
2841
+ gettext_noop ("Maximum distance to read ahead in the WAL to prefetch referenced data blocks." ),
2842
2842
GUC_UNIT_BYTE
2843
2843
},
2844
2844
& wal_decode_buffer_size ,
@@ -3495,7 +3495,7 @@ static struct config_int ConfigureNamesInt[] =
3495
3495
{
3496
3496
{"tcp_keepalives_count" , PGC_USERSET , CONN_AUTH_SETTINGS ,
3497
3497
gettext_noop ("Maximum number of TCP keepalive retransmits." ),
3498
- gettext_noop ("This controls the number of consecutive keepalive retransmits that can be "
3498
+ gettext_noop ("Number of consecutive keepalive retransmits that can be "
3499
3499
"lost before a connection is considered dead. A value of 0 uses the "
3500
3500
"system default." ),
3501
3501
},
You can’t perform that action at this time.
0 commit comments