forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9072835
committed
Remove WARNING message from brin_desummarize_range
This message was being emitted on the grounds that only crashedsummarization could cause it, but in reality even an aborted vacuumcould do it ... which makes it way too noisy, particularly since itshows up in regression tests and makes them die.Reported by Tom Lane.Discussion:https://postgr.es/m/489091.1593534251@sss.pgh.pa.us1 parent89162b7 commit9072835
1 file changed
+8
-15
lines changedLines changed: 8 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 |
| - | |
337 | 336 |
| |
338 | 337 |
| |
339 | 338 |
| |
| |||
365 | 364 |
| |
366 | 365 |
| |
367 | 366 |
| |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
368 | 371 |
| |
369 | 372 |
| |
370 | 373 |
| |
| |||
386 | 389 |
| |
387 | 390 |
| |
388 | 391 |
| |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
393 |
| - | |
394 |
| - | |
395 |
| - | |
396 | 392 |
| |
397 | 393 |
| |
398 |
| - | |
399 |
| - | |
400 |
| - | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
401 | 398 |
| |
402 |
| - | |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 | 399 |
| |
407 | 400 |
| |
408 | 401 |
| |
|
0 commit comments
Comments
(0)