Tom Lane writes:
> I think you can use the conn->status field; you shouldn't need a new
> flag, just test whether status is CONNECTION_OK or not.
You're right. I was confused by the comment
/* Non-blocking mode only below here */
in the definition of ConnStatusType, thinking that the non-blocking mode
was using some of the intermediate states. I'll change it momentarily.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter
In response to
pgsql-hackers by date
| Next: | From: Vitalino | Date: 2001-07-06 19:12:28 |
| Subject: Problem with authentication in psql. |
| Previous: | From: Gunnar Rønning | Date: 2001-07-06 18:53:05 |
| Subject: Re: Database Users Management and Privileges |