mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03: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)
|
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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user