Re: [HACKERS] OidFunctionCall* returning null.

2011-11-18 Thread David Zwarg
I just found this thread: http://archives.postgresql.org/pgsql-general/2011-11/msg00424.php So I'll use the same workaround. Nothing to see here, folks, move along d On Fri, Nov 18, 2011 at 11:17 AM, David Zwarg wrote: > Hello, > > I have been working with the PostGIS devel

[HACKERS] OidFunctionCall* returning null.

2011-11-18 Thread David Zwarg
Hello, I have been working with the PostGIS developers, and I'm implementing a facility to use 'callback' functions to process cells in a raster image. I have implemented this behind the scenes as a C function that calls a provided sql regprocedure with OidFunctionCall*. I have been reading the d