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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: C++ interface problem with libpq.so.3
Дата
Msg-id 25150.1090267468@sss.pgh.pa.us
обсуждение исходный текст
Ответ на C++ interface problem with libpq.so.3  (Kemin Zhou <kemin.zhou@ferring.com>)
Ответы Re: C++ interface problem with libpq.so.3
Список 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 по дате отправления:

Предыдущее
От: Kemin Zhou
Дата:
Сообщение: C++ interface problem with libpq.so.3
Следующее
От: Caleb Simonyi-Gindele
Дата:
Сообщение: Group by failing on Null values