Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite657b55

Browse files
committed
Fix typo.
Noted by Magnus Hagander.
1 parent0d692a0 commite657b55

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\" --- cannotonly non-tables or special system tables",
897+
(errmsg("skipping \"%s\" --- cannotvacuum non-tables or special system tables",
898898
RelationGetRelationName(onerel))));
899899
relation_close(onerel,lmode);
900900
PopActiveSnapshot();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp