Re: [PATCHES] BUG #1467: fe_connect doesn't handle EINTR right

2005-08-11 Thread Tom Lane
AgentM [EMAIL PROTECTED] writes: Attached is a patch which corrects the behavior. I verified that the patch does not interfere with normal operation (using psql) but unfortunately the code path is virtually impossible to test without a really slow connection to a postgresql server [which

Re: [PATCHES] BUG #1467: fe_connect doesn't handle EINTR right

2005-07-02 Thread Bruce Momjian
Tom Lane wrote: AgentM [EMAIL PROTECTED] writes: Attached is a patch which corrects the behavior. I verified that the patch does not interfere with normal operation (using psql) but unfortunately the code path is virtually impossible to test without a really slow connection to a

[PATCHES] BUG #1467: fe_connect doesn't handle EINTR right

2005-06-26 Thread AgentM
Attached is a patch which corrects the behavior. I verified that the patch does not interfere with normal operation (using psql) but unfortunately the code path is virtually impossible to test without a really slow connection to a postgresql server [which I thankfully don't have]. To test

Re: [PATCHES] BUG #1467: fe_connect doesn't handle EINTR right

2005-06-26 Thread Tom Lane
AgentM [EMAIL PROTECTED] writes: Attached is a patch which corrects the behavior. I verified that the patch does not interfere with normal operation (using psql) but unfortunately the code path is virtually impossible to test without a really slow connection to a postgresql server [which

Re: [PATCHES] BUG #1467: fe_connect doesn't handle EINTR right

2005-06-26 Thread Andrew Dunstan
AgentM said: Attached is a patch which corrects the behavior. I verified that the patch does not interfere with normal operation (using psql) but unfortunately the code path is virtually impossible to test without a really slow connection to a postgresql server [which I thankfully don't