Fix grammatical errors in some new message strings.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 Mar 2013 21:52:00 +0000 (17:52 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 Mar 2013 21:52:00 +0000 (17:52 -0400)
Daniele Varrazzo

src/backend/access/transam/multixact.c

index 9f804f759909d01a9309e5d5211bb9375d7f006f..69e8546399638897910bd82ecb3d85ad6ae5e4a5 100644 (file)
@@ -1980,14 +1980,14 @@ SetMultiXactIdLimit(MultiXactId oldest_datminmxid, Oid oldest_datoid)
 
                if (oldest_datname)
                        ereport(WARNING,
-                                       (errmsg("database \"%s\" must be vacuumed before %u more MultiXactId are used",
+                                       (errmsg("database \"%s\" must be vacuumed before %u more MultiXactIds are used",
                                                        oldest_datname,
                                                        multiWrapLimit - curMulti),
                                         errhint("To avoid a database shutdown, execute a database-wide VACUUM in that database.\n"
                                                         "You might also need to commit or roll back old prepared transactions.")));
                else
                        ereport(WARNING,
-                                       (errmsg("database with OID %u must be vacuumed before %u more MultiXactId are used",
+                                       (errmsg("database with OID %u must be vacuumed before %u more MultiXactIds are used",
                                                        oldest_datoid,
                                                        multiWrapLimit - curMulti),
                                         errhint("To avoid a database shutdown, execute a database-wide VACUUM in that database.\n"