Re: new compiler warnings

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Robert Haas" <robertmhaas(at)gmail(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Peter Eisentraut" <peter_e(at)gmx(dot)net>,<pgsql(at)j-davis(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: new compiler warnings
Date: 2011-10-18 18:57:51
Message-ID: 4E9D85DF02000025000421A8@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> If the O_NONBLOCK flag is clear, a write request may cause the
> thread to block, but on normal completion it shall return
> nbyte.
>
> Note the last in particular. Short writes are specifically
> disallowed on pipes.

OK, that's pretty definitive. I yield the point.

-Kevin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2011-10-18 19:03:47 Re: new compiler warnings
Previous Message Robert Haas 2011-10-18 18:46:41 Re: [v9.2] Object access hooks with arguments support (v1)