pgsphere
pgsphere copied to clipboard
Aiprdbms
looks good and working on pg14 + pg_gis
using dynamic arrays to avoid **-Werror=vla** error
moving to dynamic allocated array to avoid -Werror=vla error
rename file to md for proper rendering in github
How to run in the docker container.
Build fails on Ubuntu 20.04.2 LTS running Ubuntu 13.2-1.pgdg20.04+1: polygon.c: In function ‘spherepoly_in’: polygon.c:827:3: error: ISO C90 forbids variable length array ‘arr’ [-Werror=vla] 827 | SPoint arr[nelem]; | ^~~~~~ polygon.c:...
I do't see any git version tags in repo. Do you have any plans to make new release? :)
This PR fixes issue #12 and allows building against PostgreSQL 12 (at least on ArchLinux). Tests passed and functionality seems okay. Signed-off-by: Miguel Gomes
I'm the packager of pgsphere in Fedora. I can't find the canonical url to download the source code of pgsphere 1.1.1. I used pgfoundry.org but is not working anymore
Hi, I'm not sure whether the last release is 1.1.1 or 1.1.5 or something different. The pgfoundry page only mentions 1.1.1, this page https://pgsphere.github.io/doc/index.html claims 1.1.5. Did something happen in...