Fix typo.

Noted by Magnus Hagander.
This commit is contained in:
Robert Haas 2011-01-02 07:26:10 -05:00
parent 0d692a0dc9
commit e657b55e66

View File

@ -894,7 +894,7 @@ vacuum_rel(Oid relid, VacuumStmt *vacstmt, bool do_toast, bool for_wraparound,
onerel->rd_rel->relkind != RELKIND_TOASTVALUE)
{
ereport(WARNING,
(errmsg("skipping \"%s\" --- cannot only non-tables or special system tables",
(errmsg("skipping \"%s\" --- cannot vacuum non-tables or special system tables",
RelationGetRelationName(onerel))));
relation_close(onerel, lmode);
PopActiveSnapshot();