forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6379156
committed
Log a better message when canceling autovacuum.
The old message was at DEBUG2, so typically it didn't show up in thelog at all. As a result, in most cases where autovacuum was canceled,the only information that was logged was the table being vacuumed,with no indication as to what problem caused the cancel. Crank upthe level to LOG and add some more details to assist with debugging.Back-patch all the way, per discussion on pgsql-hackers.1 parent2d7045d commit6379156
1 file changed
+21
-4
lines changedLines changed: 21 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
998 | 998 |
| |
999 | 999 |
| |
1000 | 1000 |
| |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
1001 | 1016 |
| |
1002 |
| - | |
1003 |
| - | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
1004 | 1021 |
| |
1005 |
| - | |
1006 |
| - | |
| 1022 | + | |
| 1023 | + | |
1007 | 1024 |
| |
1008 | 1025 |
| |
1009 | 1026 |
| |
|
0 commit comments
Comments
(0)