forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd7318d4
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 parent4da8fc0 commitd7318d4
1 file changed
+21
-4
lines changedLines changed: 21 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1086 | 1086 |
| |
1087 | 1087 |
| |
1088 | 1088 |
| |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
1089 | 1104 |
| |
1090 |
| - | |
1091 |
| - | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
1092 | 1109 |
| |
1093 |
| - | |
1094 |
| - | |
| 1110 | + | |
| 1111 | + | |
1095 | 1112 |
| |
1096 | 1113 |
| |
1097 | 1114 |
| |
|
0 commit comments
Comments
(0)