File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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.432 2008/01/30 18:35:55 tgl Exp $
13
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.433 2008/03/06 16:31:42 momjian Exp $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
@@ -1841,7 +1841,7 @@ static struct config_real ConfigureNamesReal[] =
1841
1841
1842
1842
{
1843
1843
{"bgwriter_lru_multiplier" , PGC_SIGHUP , RESOURCES ,
1844
- gettext_noop ("Background writer multiplier on average buffers to scan per round." ),
1844
+ gettext_noop ("Multiple of the average buffer usage to free per round." ),
1845
1845
NULL
1846
1846
},
1847
1847
& bgwriter_lru_multiplier ,
You can’t perform that action at this time.
0 commit comments