mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Fix typo.
Noted by Magnus Hagander.
This commit is contained in:
parent
0d692a0dc9
commit
e657b55e66
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user