pgsphere
pgsphere copied to clipboard
dynamic array to avoid -Werror=vla error
moving to dynamic allocated array to avoid -Werror=vla error
Shouldn't you be using palloc
and pfree
instead of malloc
and free
?