forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit28d03fe
committed
Minor cleanups in the BRIN code
BRIN bloom and minmax-multi opclasses were somewhat inconsistent whendealing with bool variables, assigning to them Datum values etc. Whilenot a bug, it makes the code harder to understand, so fix that.While at it, update an incorrect comment copied to bloom opclass fromminmax, talking about strategies not supported by bloom.Reviewed-by: Heikki LinnakangasDiscussion:https://postgr.es/m/0e1f3350-c9cf-ab62-43a5-5dae314de89c%40enterprisedb.com1 parent4f49b3f commit28d03fe
2 files changed
+21
-18
lines changedLines changed: 9 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
577 |
| - | |
| 577 | + | |
578 | 578 |
| |
579 | 579 |
| |
580 | 580 |
| |
| |||
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
587 | 591 |
| |
588 | 592 |
| |
589 | 593 |
| |
| |||
601 | 605 |
| |
602 | 606 |
| |
603 | 607 |
| |
604 |
| - | |
605 |
| - | |
606 |
| - | |
| 608 | + | |
| 609 | + | |
607 | 610 |
| |
608 | 611 |
| |
609 | 612 |
| |
| |||
614 | 617 |
| |
615 | 618 |
| |
616 | 619 |
| |
617 |
| - | |
| 620 | + | |
618 | 621 |
| |
619 | 622 |
| |
620 | 623 |
| |
621 | 624 |
| |
622 | 625 |
| |
623 | 626 |
| |
624 | 627 |
| |
625 |
| - | |
| 628 | + | |
626 | 629 |
| |
627 | 630 |
| |
628 | 631 |
| |
|
Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2602 | 2602 |
| |
2603 | 2603 |
| |
2604 | 2604 |
| |
2605 |
| - | |
| 2605 | + | |
2606 | 2606 |
| |
2607 | 2607 |
| |
2608 | 2608 |
| |
| |||
2618 | 2618 |
| |
2619 | 2619 |
| |
2620 | 2620 |
| |
2621 |
| - | |
| 2621 | + | |
2622 | 2622 |
| |
2623 | 2623 |
| |
2624 | 2624 |
| |
| |||
2664 | 2664 |
| |
2665 | 2665 |
| |
2666 | 2666 |
| |
2667 |
| - | |
| 2667 | + | |
2668 | 2668 |
| |
2669 | 2669 |
| |
2670 | 2670 |
| |
2671 | 2671 |
| |
2672 | 2672 |
| |
2673 |
| - | |
| 2673 | + | |
2674 | 2674 |
| |
2675 | 2675 |
| |
2676 | 2676 |
| |
2677 | 2677 |
| |
2678 |
| - | |
| 2678 | + | |
2679 | 2679 |
| |
2680 | 2680 |
| |
2681 | 2681 |
| |
| |||
2686 | 2686 |
| |
2687 | 2687 |
| |
2688 | 2688 |
| |
2689 |
| - | |
| 2689 | + | |
2690 | 2690 |
| |
2691 | 2691 |
| |
2692 | 2692 |
| |
| |||
2703 | 2703 |
| |
2704 | 2704 |
| |
2705 | 2705 |
| |
2706 |
| - | |
| 2706 | + | |
2707 | 2707 |
| |
2708 | 2708 |
| |
2709 | 2709 |
| |
| |||
2723 | 2723 |
| |
2724 | 2724 |
| |
2725 | 2725 |
| |
2726 |
| - | |
| 2726 | + | |
2727 | 2727 |
| |
2728 | 2728 |
| |
2729 | 2729 |
| |
2730 | 2730 |
| |
2731 | 2731 |
| |
2732 |
| - | |
| 2732 | + | |
2733 | 2733 |
| |
2734 | 2734 |
| |
2735 | 2735 |
| |
2736 | 2736 |
| |
2737 |
| - | |
| 2737 | + | |
2738 | 2738 |
| |
2739 | 2739 |
| |
2740 | 2740 |
| |
| |||
2743 | 2743 |
| |
2744 | 2744 |
| |
2745 | 2745 |
| |
2746 |
| - | |
| 2746 | + | |
2747 | 2747 |
| |
2748 | 2748 |
| |
2749 |
| - | |
| 2749 | + | |
2750 | 2750 |
| |
2751 | 2751 |
| |
2752 | 2752 |
| |
|
0 commit comments
Comments
(0)