mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix typo.
Noted by Magnus Hagander.
This commit is contained in:
@ -894,7 +894,7 @@ vacuum_rel(Oid relid, VacuumStmt *vacstmt, bool do_toast, bool for_wraparound,
|
|||||||
onerel->rd_rel->relkind != RELKIND_TOASTVALUE)
|
onerel->rd_rel->relkind != RELKIND_TOASTVALUE)
|
||||||
{
|
{
|
||||||
ereport(WARNING,
|
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))));
|
RelationGetRelationName(onerel))));
|
||||||
relation_close(onerel, lmode);
|
relation_close(onerel, lmode);
|
||||||
PopActiveSnapshot();
|
PopActiveSnapshot();
|
||||||
|
Reference in New Issue
Block a user