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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy