- Notifications
You must be signed in to change notification settings - Fork28
Commit69f9410
committed
Allow definition of lock mode for custom reloptions
Relation options can define a lock mode other than AccessExclusiveModesince47167b7, but modules defining custom relation options did notreally have a way to enforce that. Correct that by extending thecurrent API set so as modules can define a custom lock mode.Author: Michael PaquierReviewed-by: Kuntal GhoshDiscussion:https://postgr.es/m/20190920013831.GD1844@paquier.xyz1 parent736b84e commit69f9410
File tree
3 files changed
+23
-22
lines changed- contrib/bloom
- src
- backend/access/common
- include/access
3 files changed
+23
-22
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
| 64 | + | |
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
| |||
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
74 |
| - | |
| 75 | + | |
| 76 | + | |
75 | 77 |
| |
76 | 78 |
| |
77 | 79 |
| |
|
Lines changed: 12 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
621 | 621 |
| |
622 | 622 |
| |
623 | 623 |
| |
624 |
| - | |
| 624 | + | |
| 625 | + | |
625 | 626 |
| |
626 | 627 |
| |
627 | 628 |
| |
| |||
658 | 659 |
| |
659 | 660 |
| |
660 | 661 |
| |
661 |
| - | |
662 |
| - | |
663 |
| - | |
664 |
| - | |
665 |
| - | |
666 |
| - | |
667 |
| - | |
| 662 | + | |
668 | 663 |
| |
669 | 664 |
| |
670 | 665 |
| |
| |||
676 | 671 |
| |
677 | 672 |
| |
678 | 673 |
| |
679 |
| - | |
| 674 | + | |
| 675 | + | |
680 | 676 |
| |
681 | 677 |
| |
682 | 678 |
| |
683 | 679 |
| |
684 |
| - | |
| 680 | + | |
685 | 681 |
| |
686 | 682 |
| |
687 | 683 |
| |
| |||
693 | 689 |
| |
694 | 690 |
| |
695 | 691 |
| |
696 |
| - | |
| 692 | + | |
697 | 693 |
| |
698 | 694 |
| |
699 | 695 |
| |
700 | 696 |
| |
701 |
| - | |
| 697 | + | |
702 | 698 |
| |
703 | 699 |
| |
704 | 700 |
| |
| |||
712 | 708 |
| |
713 | 709 |
| |
714 | 710 |
| |
715 |
| - | |
| 711 | + | |
716 | 712 |
| |
717 | 713 |
| |
718 | 714 |
| |
719 | 715 |
| |
720 |
| - | |
| 716 | + | |
721 | 717 |
| |
722 | 718 |
| |
723 | 719 |
| |
| |||
736 | 732 |
| |
737 | 733 |
| |
738 | 734 |
| |
739 |
| - | |
| 735 | + | |
740 | 736 |
| |
741 | 737 |
| |
742 | 738 |
| |
| |||
745 | 741 |
| |
746 | 742 |
| |
747 | 743 |
| |
748 |
| - | |
| 744 | + | |
749 | 745 |
| |
750 | 746 |
| |
751 | 747 |
| |
|
Lines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 |
| - | |
| 250 | + | |
251 | 251 |
| |
252 |
| - | |
| 252 | + | |
| 253 | + | |
253 | 254 |
| |
254 |
| - | |
| 255 | + | |
| 256 | + | |
255 | 257 |
| |
256 |
| - | |
| 258 | + | |
| 259 | + | |
257 | 260 |
| |
258 | 261 |
| |
259 | 262 |
| |
|
0 commit comments
Comments
(0)