We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5047c1 commit 892cac9Copy full SHA for 892cac9
src/backend/utils/misc/guc.c
@@ -2837,8 +2837,8 @@ static struct config_int ConfigureNamesInt[] =
2837
2838
{
2839
{"wal_decode_buffer_size", PGC_POSTMASTER, WAL_RECOVERY,
2840
- gettext_noop("Maximum 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 data blocks referenced therein."),
+ gettext_noop("Buffer size for reading ahead in the WAL during recovery."),
+ gettext_noop("This controls the maximum distance we can read ahead in the WAL to prefetch referenced data blocks."),
2842
GUC_UNIT_BYTE
2843
},
2844
&wal_decode_buffer_size,
0 commit comments