postgrespro / pgsphere

PgSphere provides spherical data types, functions, operators, and indexing for PostgreSQL.
https://pgsphere.org
BSD 3-Clause "New" or "Revised" License
16 stars 15 forks source link

[ISSUE #17] Corrected the angle functions to fix the incorrected results strans function according to the documentation. #32

Closed dura0ok closed 11 months ago

dura0ok commented 11 months ago

The problem was that our corners are float8, and for some reason pointers were returned.

vitcpp commented 11 months ago

I propose to change version to 1.2.3 (increment patch number) before merge.

@stepan-neretin7 Could you please change the version number to 1.2.3 in the following places:

vitcpp commented 11 months ago

@stepan-neretin7 Thank you for the fix! It works on my side. I think the patch is ready for merge.

The decision to increment version number was made because the fix is important. I propose to define version 1.2.3 as stable and assign the tag '1.2.3'. Stub upgrade script was added to make upgrade process to complete without errors.

esabol commented 11 months ago

Looks good to me! Thank you!