Skip to content

Commit c16a9be

Browse files
committed
Correct tense in log message
1 parent a70924b commit c16a9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/vacuumlazy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ lazy_truncate_heap(Relation onerel, LVRelStats *vacrelstats)
13191319
vacrelstats->lock_waiter_detected = true;
13201320
ereport(LOG,
13211321
(errmsg("automatic vacuum of table \"%s.%s.%s\": "
1322-
"cannot (re)acquire exclusive "
1322+
"could not (re)acquire exclusive "
13231323
"lock for truncate scan",
13241324
get_database_name(MyDatabaseId),
13251325
get_namespace_name(RelationGetNamespace(onerel)),

0 commit comments

Comments
 (0)