Tom Lane wrote:
> momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) writes:
> > Remove elog() calls from find_my_exec; do fprintf(stderr) instead.
>
> Isn't that a seriously bad idea?
>
> I thought that output to stderr generally goes into the bit bucket in
> Windows.
I have never heard stderr is ignored in Win32. There was an issue that
buffering of stderr on Win32 wasn't line-buffered like on Unix, but that
is the only issue I know of.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
In response to
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2004-05-19 01:00:06 |
| Subject: Re: pgsql-server/src backend/main/main.c backend/p ... |
| Previous: | From: Bruce Momjian | Date: 2004-05-19 00:46:03 |
| Subject: Re: pgsql-server/src backend/main/main.c backend/p ... |
pgsql-patches by date
| Next: | From: Tom Lane | Date: 2004-05-19 00:53:20 |
| Subject: Re: More network functions... |
| Previous: | From: Bruce Momjian | Date: 2004-05-19 00:46:03 |
| Subject: Re: pgsql-server/src backend/main/main.c backend/p ... |