On Tue, May 29, 2001 at 07:42:46AM -0700, pgsql-interfaces(at)commandprompt(dot)com wrote:
>
> The next step in trouble-shooting this I suppose is to build the dummy
> Apache module with libpq++ and see if it the same behavior is exhibited.
> If not, it's got to be something deeper in the core of my module.
Have you tried using just libpq, and just "inlining" the code that libpq++
*should* be executing based on your invocations? Sounds like you don't even
need the PQresult structure to reproduce the problem, so it should be doable.
Jeroen