Re: C++ interface problem with libpq.so.3 - Mailing list pgsql-sql

From Tom Lane
Subject Re: C++ interface problem with libpq.so.3
Date
Msg-id 25150.1090267468@sss.pgh.pa.us
Whole thread Raw
In response to C++ interface problem with libpq.so.3  (Kemin Zhou <kemin.zhou@ferring.com>)
Responses Re: C++ interface problem with libpq.so.3  (Kemin Zhou <kemin.zhou@ferring.com>)
List pgsql-sql
Kemin Zhou <kemin.zhou@ferring.com> writes:
> I have writte a simple program to access PGDB from a C++ program using 
> the libpq++-4.0
> Most of time it runs perfect.  This morning, it was working fine.  Then 
> later it stopped working.
> The symptom is that my program went to asleep.

Looks to me like it's just waiting for a response from the backend.  I'd
suggest looking into what the backend is doing.  I doubt you have an
"interface" problem at all...
        regards, tom lane


pgsql-sql by date:

Previous
From: Kemin Zhou
Date:
Subject: C++ interface problem with libpq.so.3
Next
From: Caleb Simonyi-Gindele
Date:
Subject: Group by failing on Null values