Skip to content

Commit 892cac9

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 f5047c1 commit 892cac9

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,8 +2837,8 @@ static struct config_int ConfigureNamesInt[] =
28372837

28382838
{
28392839
{"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."),
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."),
28422842
GUC_UNIT_BYTE
28432843
},
28442844
&wal_decode_buffer_size,

0 commit comments

Comments
 (0)