Re: C++ interface problem with libpq.so.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kemin Zhou <kemin(dot)zhou(at)ferring(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: C++ interface problem with libpq.so.3
Date: 2004-07-19 20:04:28
Message-ID: 25150.1090267468@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Kemin Zhou <kemin(dot)zhou(at)ferring(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Caleb Simonyi-Gindele 2004-07-19 22:11:05 Group by failing on Null values
Previous Message Kemin Zhou 2004-07-19 18:54:04 C++ interface problem with libpq.so.3