From: Peter Eisentraut Date: Sun, 24 Feb 2013 04:30:14 +0000 (-0500) Subject: Correct tense in log message X-Git-Tag: REL9_1_9~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e779194708f6d4a3ca942c15cd431698cdbbaac4;p=postgresql Correct tense in log message --- diff --git a/src/backend/commands/vacuumlazy.c b/src/backend/commands/vacuumlazy.c index 249fc9e081..695f8c5390 100644 --- a/src/backend/commands/vacuumlazy.c +++ b/src/backend/commands/vacuumlazy.c @@ -1151,7 +1151,7 @@ lazy_truncate_heap(Relation onerel, LVRelStats *vacrelstats) vacrelstats->lock_waiter_detected = true; ereport(LOG, (errmsg("automatic vacuum of table \"%s.%s.%s\": " - "cannot (re)acquire exclusive " + "could not (re)acquire exclusive " "lock for truncate scan", get_database_name(MyDatabaseId), get_namespace_name(RelationGetNamespace(onerel)),