forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita1195a5
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 parentaa7cd14 commita1195a5
1 file changed
+21
-4
lines changedLines changed: 21 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1033 | 1033 |
| |
1034 | 1034 |
| |
1035 | 1035 |
| |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
1036 | 1051 |
| |
1037 |
| - | |
1038 |
| - | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
1039 | 1056 |
| |
1040 |
| - | |
1041 |
| - | |
| 1057 | + | |
| 1058 | + | |
1042 | 1059 |
| |
1043 | 1060 |
| |
1044 | 1061 |
| |
|
0 commit comments
Comments
(0)