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