Skip to content

Commit 8e7a0b4

Browse files
committed
Improve wal_decode_buffer_size description some more
Per Thomas Munro Discussion: https://postgr.es/m/CA+hUKGJ9wP9kpvgoxHvqA=4g1d9-y_w3LhhdhFVU=mFiqjwHww@mail.gmail.com
1 parent 6710e83 commit 8e7a0b4

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/misc

1 file changed

+2
-2
lines changed

src/backend/utils/misc/guc.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -2836,8 +2836,8 @@ static struct config_int ConfigureNamesInt[] =
28362836

28372837
{
28382838
{"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."),
2839+
gettext_noop("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 referenced data blocks."),
28412841
GUC_UNIT_BYTE
28422842
},
28432843
&wal_decode_buffer_size,

0 commit comments

Comments
 (0)