forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb92c033
Allow non-btree speculative insertion indexes
Previously, only btrees were supported as the arbiter index forspeculative insertion because there was no way to get the equalitystrategy number for other index methods. We have this now (commitc09e5a6), so we can support this.At the moment, only btree supports unique indexes, so this does notchange anything in practice, but it would allow another index methodthat has amcanunique to be supported.Co-authored-by: Mark Dilger <mark.dilger@enterprisedb.com>Discussion:https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330@enterprisedb.com1 parentbfe21b7 commitb92c033
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2677 | 2677 |
| |
2678 | 2678 |
| |
2679 | 2679 |
| |
2680 |
| - | |
2681 |
| - | |
2682 |
| - | |
2683 | 2680 |
| |
2684 | 2681 |
| |
2685 | 2682 |
| |
| |||
2691 | 2688 |
| |
2692 | 2689 |
| |
2693 | 2690 |
| |
2694 |
| - | |
| 2691 | + | |
| 2692 | + | |
| 2693 | + | |
| 2694 | + | |
| 2695 | + | |
| 2696 | + | |
2695 | 2697 |
| |
2696 | 2698 |
| |
2697 | 2699 |
| |
|
0 commit comments
Comments
(0)