Re: Libpq PQExecParams returns null - Mailing list pgsql-interfaces

From Harry Hehl
Subject Re: Libpq PQExecParams returns null
Date
Msg-id 6AD4F3A63B017C4FB074E2C895AD18542B69A5@EXCHSRV.waterloonetworking.net
Whole thread Raw
List pgsql-interfaces
The same query will also hang indefinitely. Stack shown below. Doing the
same query with psql completes immediately. It is simple query: select *
from table where column='x';

pqSocketCheck
pqWaitTimed
pqWait
PQgetResult
PQexecFinish

Under what conditions is this possible? Is there any logging the server
side that may aid finding the cause?






pgsql-interfaces by date:

Previous
From: Alexey Slynko
Date:
Subject: libpq PQexecParams and arrays
Next
From: "Harry Hehl"
Date:
Subject: Libpq PQExecParams returns null