From: Peter Eisentraut Date: Sun, 24 Feb 2013 04:30:14 +0000 (-0500) Subject: Correct tense in log message X-Git-Tag: REL9_3_BETA1~305 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca9c66660207164d08c5bbeba1a992152275d4e7;p=thirdparty%2Fpostgresql.git Correct tense in log message --- diff --git a/src/backend/commands/vacuumlazy.c b/src/backend/commands/vacuumlazy.c index 069dcb35759..da678dd8adc 100644 --- a/src/backend/commands/vacuumlazy.c +++ b/src/backend/commands/vacuumlazy.c @@ -1362,7 +1362,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)),