mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Correct tense in log message
This commit is contained in:
@ -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)),
|
||||||
|
Reference in New Issue
Block a user