Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7bb8864

Browse files
alvherrepull[bot]
authored andcommitted
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 09caa87 commit 7bb8864

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
@@ -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)