Re: PQisBusy() always busy

From: bradg <bg4all(at)me(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: PQisBusy() always busy
Date: 2011-09-12 19:04:24
Message-ID: 1315854264192-4795490.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

My output is:

i=1
i=1

The very first PQisBusy() inside is_result_ready() — right after the
variable declarations at the top — returns NO before even getting to the
select() / FD_ISSET() portion of the code.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/PQisBusy-always-busy-tp4793847p4795490.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Merlin Moncure 2011-09-12 19:23:03 Re: PQisBusy() always busy
Previous Message Merlin Moncure 2011-09-12 18:39:35 Re: PQisBusy() always busy