Commit ca9c6666 authored by Peter Eisentraut's avatar Peter Eisentraut

Correct tense in log message

parent 09a7cd40
...@@ -1362,7 +1362,7 @@ lazy_truncate_heap(Relation onerel, LVRelStats *vacrelstats) ...@@ -1362,7 +1362,7 @@ lazy_truncate_heap(Relation onerel, LVRelStats *vacrelstats)
vacrelstats->lock_waiter_detected = true; vacrelstats->lock_waiter_detected = true;
ereport(LOG, ereport(LOG,
(errmsg("automatic vacuum of table \"%s.%s.%s\": " (errmsg("automatic vacuum of table \"%s.%s.%s\": "
"cannot (re)acquire exclusive " "could not (re)acquire exclusive "
"lock for truncate scan", "lock for truncate scan",
get_database_name(MyDatabaseId), get_database_name(MyDatabaseId),
get_namespace_name(RelationGetNamespace(onerel)), get_namespace_name(RelationGetNamespace(onerel)),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment