Re: BUG #5837: PQstatus() fails to report lost connection

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Murray S(dot) Kucherawy" <msk(at)cloudmark(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Robert Haas" <robertmhaas(at)gmail(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #5837: PQstatus() fails to report lost connection
Date: 2011-01-24 17:49:52
Message-ID: 4D3D67600200002500039B2C@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Murray S. Kucherawy" <msk(at)cloudmark(dot)com> wrote:

> Please, at a minimum, add some documentation about it.

Current documentation at:

http://www.postgresql.org/docs/9.0/interactive/libpq-async.html

says:

| PQgetResult must be called repeatedly until it returns a null
| pointer, indicating that the command is done.

What do you think would make this more clear?

-Kevin

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Murray S. Kucherawy 2011-01-24 18:04:14 Re: BUG #5837: PQstatus() fails to report lost connection
Previous Message Tom Lane 2011-01-24 17:41:36 Re: BUG #5837: PQstatus() fails to report lost connection