forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc3a79e7
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 parent17b87b3 commitc3a79e7
1 file changed
+8
-16
lines changedLines changed: 8 additions & 16 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 |
| - | |
401 |
| - | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
402 | 398 |
| |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 | 399 |
| |
408 | 400 |
| |
409 | 401 |
| |
|
0 commit comments
Comments
(0)