1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add some enumeration commas, for consistency

This commit is contained in:
Peter Eisentraut
2012-02-24 11:04:45 +02:00
parent 173e29aa5d
commit 9cfd800aab
11 changed files with 15 additions and 15 deletions

View File

@ -2240,7 +2240,7 @@ static struct config_int ConfigureNamesInt[] =
},
{
{"autovacuum_analyze_threshold", PGC_SIGHUP, AUTOVACUUM,
gettext_noop("Minimum number of tuple inserts, updates or deletes prior to analyze."),
gettext_noop("Minimum number of tuple inserts, updates, or deletes prior to analyze."),
NULL
},
&autovacuum_anl_thresh,
@ -2494,7 +2494,7 @@ static struct config_real ConfigureNamesReal[] =
},
{
{"autovacuum_analyze_scale_factor", PGC_SIGHUP, AUTOVACUUM,
gettext_noop("Number of tuple inserts, updates or deletes prior to analyze as a fraction of reltuples."),
gettext_noop("Number of tuple inserts, updates, or deletes prior to analyze as a fraction of reltuples."),
NULL
},
&autovacuum_anl_scale,