Feite Brekeveld writes:
> An example from an earlier version of postgres works fine:
> --------------------------------------------------------------
> #include "/usr/include/pgsql/server/postgres.h"
>
> double *ctof(double *deg)
> {
You probably inferred from that that you can also use int*. You can't.
int32's happen to be passed by value. But don't use the old interface.
--
Peter Eisentraut peter_e@gmx.net