forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit484a4a0
committed
Log when a BRIN autosummarization request fails
Autovacuum's 'workitem' request queue is of limited size, so requestscan fail if they arrive more quickly than autovacuum can process them.Emit a log message when this happens, to provide better visibility ofthis.Backpatch to 10. While this represents an API change forAutoVacuumRequestWork, that function is not yet prepared to deal withexternal modules calling it, so there doesn't seem to be any risk (otherthan log spam, that is.)Author: Masahiko SawadaReviewed-by: Fabrízio Mello, Ildar Musin, Álvaro HerreraDiscussion:https://postgr.es/m/CAD21AoB1HrQhp6_4rTyHN5kWEJCEsG8YzsjZNt-ctoXSn5Uisw@mail.gmail.com1 parent97d18ce commit484a4a0
File tree
4 files changed
+32
-5
lines changed- doc/src/sgml
- src
- backend
- access/brin
- postmaster
- include/postmaster
4 files changed
+32
-5
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
89 | 101 |
| |
90 | 102 |
| |
91 | 103 |
| |
|
Lines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
190 |
| - | |
191 |
| - | |
192 |
| - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
193 | 203 |
| |
194 | 204 |
| |
195 | 205 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3227 | 3227 |
| |
3228 | 3228 |
| |
3229 | 3229 |
| |
| 3230 | + | |
3230 | 3231 |
| |
3231 |
| - | |
| 3232 | + | |
3232 | 3233 |
| |
3233 | 3234 |
| |
3234 | 3235 |
| |
3235 | 3236 |
| |
| 3237 | + | |
3236 | 3238 |
| |
3237 | 3239 |
| |
3238 | 3240 |
| |
| |||
3252 | 3254 |
| |
3253 | 3255 |
| |
3254 | 3256 |
| |
| 3257 | + | |
3255 | 3258 |
| |
3256 | 3259 |
| |
3257 | 3260 |
| |
3258 | 3261 |
| |
3259 | 3262 |
| |
3260 | 3263 |
| |
| 3264 | + | |
| 3265 | + | |
3261 | 3266 |
| |
3262 | 3267 |
| |
3263 | 3268 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
|
0 commit comments
Comments
(0)