Skip to content

Commit e657b55

Browse files
committed
Fix typo.
Noted by Magnus Hagander.
1 parent 0d692a0 commit e657b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/vacuum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ vacuum_rel(Oid relid, VacuumStmt *vacstmt, bool do_toast, bool for_wraparound,
894894
onerel->rd_rel->relkind != RELKIND_TOASTVALUE)
895895
{
896896
ereport(WARNING,
897-
(errmsg("skipping \"%s\" --- cannot only non-tables or special system tables",
897+
(errmsg("skipping \"%s\" --- cannot vacuum non-tables or special system tables",
898898
RelationGetRelationName(onerel))));
899899
relation_close(onerel, lmode);
900900
PopActiveSnapshot();

0 commit comments

Comments
 (0)