1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Correct tense in log message

This commit is contained in:
Peter Eisentraut 2013-02-23 23:30:14 -05:00
parent a70924bcaf
commit c16a9be8d2

View File

@ -1319,7 +1319,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)),