> 15 сент. 2020 г., в 16:36, Heikki Linnakangas <hlinnaka@iki.fi> написал(а):
>
> Another patch version, fixed a few small bugs pointed out by assertion failures in the regression tests.
>
> - Heikki
> <v19-0001-Add-support-for-building-GiST-index-by-sorting.patch>
These changes in create_index.out do not seem correct to me
SELECT * FROM point_tbl ORDER BY f1 <-> '0,1';
f1
-------------------
- (0,0)
(1e-300,-1e-300)
+ (0,0)
I did not figure out the root cause yet. We do not touch anything related to distance computation..
Best regards, Andrey Borodin.