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 14 forks source link

[ISSUE-7] Added PARALLEL SAFE mark to pgSphere functions #25

Closed vitcpp closed 1 year ago

vitcpp commented 1 year ago

The patch is based on Feodor Sigaev's branch (parallel_safe). Some adjustments were made to fix compilation. Checked the number of changes in function declarations and the number of function alterations in the upgrade script pg_sphere--1.2.1--1.2.2.sql.in (the numbers should match).

esabol commented 1 year ago

By the way, if you put "[ISSUE #7]" in the title of the PR instead of "[ISSUE-7]", GitHub will automatically link this PR to that issue.

vitcpp commented 1 year ago

@esabol Thank you for the review!