SPI_connect always fails. - Mailing list pgsql-hackers

From Brett McCormick
Subject SPI_connect always fails.
Date
Msg-id 13763.52316.989487.439973@web0.speakeasy.org
Whole thread Raw
Responses follow up Re: [HACKERS] SPI_connect always fails.  (Brett McCormick <pgsql@chicken.org>)
List pgsql-hackers
I'm attempting to use SPI because it seems I can't call a function
with a view as the argument, and the information is in multiple
tables.  But every time I call SPI_connect, it fails.  I compiled the
backend with debugging information, but it isn't very clear what is
happening.  is there any documentation for SPI beyond the shtml file
in the doc directory, or tips for using it?

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] User authentication bug?
Next
From: Brett McCormick
Date:
Subject: follow up Re: [HACKERS] SPI_connect always fails.