Skip to content

Commit 97bb6e8

Browse files
committed
Fix LRU/ALL description mismatch for GUC parameter.
1 parent 0c7786b commit 97bb6e8

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

src/backend/utils/misc/guc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.282 2005/08/14 22:19:50 petere Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.283 2005/08/19 18:58:18 momjian Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -1365,7 +1365,7 @@ static struct config_int ConfigureNamesInt[] =
13651365

13661366
{
13671367
{"bgwriter_lru_maxpages", PGC_SIGHUP, RESOURCES,
1368-
gettext_noop("Background writer maximum number of all pages to flush per round"),
1368+
gettext_noop("Background writer maximum number of LRU pages to flush per round"),
13691369
NULL
13701370
},
13711371
&bgwriter_lru_maxpages,
@@ -1374,7 +1374,7 @@ static struct config_int ConfigureNamesInt[] =
13741374

13751375
{
13761376
{"bgwriter_all_maxpages", PGC_SIGHUP, RESOURCES,
1377-
gettext_noop("Background writer maximum number of LRU pages to flush per round"),
1377+
gettext_noop("Background writer maximum number of all pages to flush per round"),
13781378
NULL
13791379
},
13801380
&bgwriter_all_maxpages,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy