Re: new compiler warnings

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: new compiler warnings
Дата
Msg-id 4E9D46260200002500042162@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: new compiler warnings  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: new compiler warnings
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote:
> Which it seems to me we could change by doing rc = write().  Then
> if rc <= 0, we bail out.  If not, we add and subtract rc, rather
> than PIPE_MAX_PAYLOAD.
Something along the general lines of this?:
http://archives.postgresql.org/pgsql-hackers/2011-02/msg01719.php
> That would be barely more code, probably safer, and would silence
> the warning.
Exactly.
-Kevin


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ahmed Shinwari
Дата:
Сообщение: Re: [BUG] SSPI authentication fails on Windows when server parameter is localhost or domain name
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: new compiler warnings