Re: Obsolete coding in fork_process.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Obsolete coding in fork_process.c
Дата
Msg-id 4013.1398971788@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Obsolete coding in fork_process.c  (Noah Misch <noah@leadboat.com>)
Ответы Re: Obsolete coding in fork_process.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Noah Misch <noah@leadboat.com> writes:
> On Thu, May 01, 2014 at 12:13:28PM -0400, Tom Lane wrote:
>> Is there any reason not to change this to just fflush(NULL)?  We dropped
>> support for SunOS 4.1 quite some time ago ...

> Modern systems have other fflush(NULL) problems:

> http://www.nntp.perl.org/group/perl.perl5.porters/2013/09/msg207692.html
> http://perl5.git.perl.org/metaconfig.git/blob/master:/U/perl/fflushall.U

Fun.  I doubt that the postmaster's stdin would ever be a pipe, but
maybe we'd better leave well enough alone.  Should update the comment
though.
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: quiet inline configure check misses a step for clang
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Store data in pg_toast for custom type fails (bug?)