- Notifications
You must be signed in to change notification settings - Fork5
Commitdb3d7e9
committed
Remove useless picksplit-doesn't-support-secondary-split log spam.
This LOG message was put in over five years ago with the evidentexpectation that we'd make all GiST opclasses support secondary splitdirectly. However, no such thing ever happened, and indeed the number ofopclasses supporting it decreased to zero in 9.2. The reason is thatimproving on the default implementation isn't that easy --- theopclass-specific code that did exist, before 9.2, doesn't appear to havebeen any improvement over the default.Hence, remove the message altogether. There's certainly no point innagging users about this in released branches, but I doubt that we'llever implement complete opclass-specific support anyway.1 parentdacc185 commitdb3d7e9
1 file changed
+5
-15
lines changedLines changed: 5 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
460 | 460 |
| |
461 | 461 |
| |
462 | 462 |
| |
463 |
| - | |
464 |
| - | |
465 |
| - | |
466 |
| - | |
467 |
| - | |
468 | 463 |
| |
469 | 464 |
| |
470 | 465 |
| |
| |||
473 | 468 |
| |
474 | 469 |
| |
475 | 470 |
| |
476 |
| - | |
477 |
| - | |
478 |
| - | |
479 |
| - | |
480 |
| - | |
481 |
| - | |
482 |
| - | |
483 |
| - | |
484 |
| - | |
485 |
| - | |
486 | 471 |
| |
487 | 472 |
| |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
488 | 478 |
| |
489 | 479 |
| |
490 | 480 |
| |
|
0 commit comments
Comments
(0)