pgsphere
pgsphere copied to clipboard
Aiprdbms
looks good and working on pg14 + pg_gis
Shouldn't you be using palloc
and pfree
instead of malloc
and free
?
what is the difference? if palloc is a postgres way to go then palloc is also good 😊
I don't know, but I think palloc
is what you're supposed to use in PostgreSQL extensions.