File tree 1 file changed +2
-2
lines changed
src/backend/access/transam
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1980,14 +1980,14 @@ SetMultiXactIdLimit(MultiXactId oldest_datminmxid, Oid oldest_datoid)
1980
1980
1981
1981
if (oldest_datname )
1982
1982
ereport (WARNING ,
1983
- (errmsg ("database \"%s\" must be vacuumed before %u more MultiXactId are used" ,
1983
+ (errmsg ("database \"%s\" must be vacuumed before %u more MultiXactIds are used" ,
1984
1984
oldest_datname ,
1985
1985
multiWrapLimit - curMulti ),
1986
1986
errhint ("To avoid a database shutdown, execute a database-wide VACUUM in that database.\n"
1987
1987
"You might also need to commit or roll back old prepared transactions." )));
1988
1988
else
1989
1989
ereport (WARNING ,
1990
- (errmsg ("database with OID %u must be vacuumed before %u more MultiXactId are used" ,
1990
+ (errmsg ("database with OID %u must be vacuumed before %u more MultiXactIds are used" ,
1991
1991
oldest_datoid ,
1992
1992
multiWrapLimit - curMulti ),
1993
1993
errhint ("To avoid a database shutdown, execute a database-wide VACUUM in that database.\n"
You can’t perform that action at this time.
0 commit comments