Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit97bb6e8

Browse files
committed
Fix LRU/ALL description mismatch for GUC parameter.
1 parent0c7786b commit97bb6e8

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 ofall pages to flush per round"),
1368+
gettext_noop("Background writer maximum number ofLRU 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 ofLRU pages to flush per round"),
1377+
gettext_noop("Background writer maximum number ofall pages to flush per round"),
13781378
NULL
13791379
},
13801380
&bgwriter_all_maxpages,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp