projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09a7cd4
)
Correct tense in log message
author
Peter Eisentraut
<peter_e@gmx.net>
Sun, 24 Feb 2013 04:30:14 +0000
(23:30 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sun, 24 Feb 2013 04:30:14 +0000
(23:30 -0500)
src/backend/commands/vacuumlazy.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/vacuumlazy.c
b/src/backend/commands/vacuumlazy.c
index 069dcb35759ed6ed9f4ce7bb83e996ef074494be..da678dd8adc0d11534f79244a904e4e8129a1fbe 100644
(file)
--- 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\": "
- "c
an
not (re)acquire exclusive "
+ "c
ould
not (re)acquire exclusive "
"lock for truncate scan",
get_database_name(MyDatabaseId),
get_namespace_name(RelationGetNamespace(onerel)),