8000
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 6710e83 commit 8e7a0b4Copy full SHA for 8e7a0b4
src/backend/utils/misc/guc.c
@@ -2836,8 +2836,8 @@ static struct config_int ConfigureNamesInt[] =
2836
2837
{
2838
{"wal_decode_buffer_size", PGC_POSTMASTER, WAL_RECOVERY,
2839
- gettext_noop("Maximum buffer size for reading ahead in the WAL during recovery."),
2840
- 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."),
2841
GUC_UNIT_BYTE
2842
},
2843
&wal_decode_buffer_size,
0 commit comments