Magnus Hagander wrote:
> This cannot possibly be correct:
> +                     if (errno == EAGAIN || EWOULDBLOCK || errno == EINTR)
> 
> 
> The middle argument is missing the errno== part.

Ahh, rats. Yeah it clearly is. Thanks.

-- 
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to