mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Correct tense in log message
This commit is contained in:
parent
8b4ced45ec
commit
a8d80461a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)),
|
||||
|
|
|
|||
Loading…
Reference in a new issue