File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
11
*
12
12
* 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 $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
@@ -1365,7 +1365,7 @@ static struct config_int ConfigureNamesInt[] =
1365
1365
1366
1366
{
1367
1367
{"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" ),
1369
1369
NULL
1370
1370
},
1371
1371
& bgwriter_lru_maxpages ,
@@ -1374,7 +1374,7 @@ static struct config_int ConfigureNamesInt[] =
1374
1374
1375
1375
{
1376
1376
{"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" ),
1378
1378
NULL
1379
1379
},
1380
1380
& bgwriter_all_maxpages ,
You can’t perform that action at this time.
0 commit comments