Re: pgbench on mingw needs fflush - Mailing list pgsql-patches

From Tatsuo Ishii
Subject Re: pgbench on mingw needs fflush
Date
Msg-id 20070313.155021.112725353.t-ishii@sraoss.co.jp
Whole thread Raw
In response to pgbench on mingw needs fflush  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Responses Re: pgbench on mingw needs fflush  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgbench on mingw needs fflush  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-patches
Can we distinguish mingw case from others so that we could ifdef out
the extra fflush()?
--
Tatsuo Ishii
SRA OSS, Inc. Japan

> pgbench reports its progress of loading ("N tuples done.") or vacuuming
> ("vacuum...end"), but the messages are not printed on the moment on mingw.
> The reason seems to be the buffering of stderr. This patch adds fflush()
> just after each fprintf(stderr).
>
> The buffered stderr might be a bug of mingw, but redundant fflush()
> does not make mischief for platforms that have correct stderr.
>
> Regards,
> ---
> ITAGAKI Takahiro
> NTT Open Source Software Center

pgsql-patches by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: pgbench on mingw needs fflush
Next
From: Tatsuo Ishii
Date:
Subject: Re: pgbench on mingw needs fflush