mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +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)
|
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…
Reference in New Issue
Block a user