Re: Libpq PQExecParams returns null

From: "Harry Hehl" <Harry(dot)Hehl(at)diskstream(dot)com>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Libpq PQExecParams returns null
Date: 2006-06-06 21:48:36
Message-ID: 6AD4F3A63B017C4FB074E2C895AD18542B69A5@EXCHSRV.waterloonetworking.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Browse pgsql-interfaces by date

  From Date Subject
Next Message Keary Suska 2006-06-06 23:35:48 Re: libpq PQexecParams and arrays
Previous Message Harry Hehl 2006-06-06 16:37:57 Libpq PQExecParams returns null