forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbe93954
committed
Fix broken compare function for tsquery_ops. Per Tom's report.
I never understood why initial authors GiST in pgsql choose sostgrange signature for 'same' method:bool *sameFn(Datum a, Datum b, bool* result)instead of simple, logicalbool sameFn(Datum a, Datum b)This change will break any existing GiST extension, so we still live withit and will live.1 parentdc192a5 commitbe93954
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
109 | 110 |
| |
110 |
| - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
111 | 114 |
| |
112 | 115 |
| |
113 | 116 |
| |
|
0 commit comments
Comments
(0)