- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit74edabc
committed
Support for GiST in get_equal_strategy_number()
A WITHOUT OVERLAPS primary key or unique constraint is accepted as aREPLICA IDENTITY, since it guarantees uniqueness. But subscribersapplying logical decoding messages would fail because there was notsupport for looking up the equals operator for a gist index. Thisfixes that: For GiST indexes we can use the stratnum GiST supportfunction.Reviewed-by: Paul Jungwirth <pj@illuminatedcomputing.com>Reviewed-by: vignesh C <vignesh21@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/CA+renyUApHgSZF9-nd-a0+OPGharLQLO=mDHcY4_qQ0+noCUVg@mail.gmail.com1 parent13544e7 commit74edabc
1 file changed
+4
-6
lines changedLines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 | 44 |
| |
49 | 45 |
| |
50 | 46 |
| |
| |||
60 | 56 |
| |
61 | 57 |
| |
62 | 58 |
| |
| 59 | + | |
| 60 | + | |
| 61 | + | |
63 | 62 |
| |
64 |
| - | |
65 | 63 |
| |
66 | 64 |
| |
67 | 65 |
| |
|
0 commit comments
Comments
(0)