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 1010 * Written by Peter Eisentraut <peter_e@gmx.net>.
1111 *
1212 * 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 $
1414 *
1515 *--------------------------------------------------------------------
1616 */
@@ -1841,7 +1841,7 @@ static struct config_real ConfigureNamesReal[] =
18411841
18421842 {
18431843 {"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." ),
18451845 NULL
18461846 },
18471847 & bgwriter_lru_multiplier ,
You can’t perform that action at this time.
0 commit comments