| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-committers(at)postgresql(dot)org |
| Subject: | Re: pgsql-server/src backend/main/main.c backend/p ... |
| Date: | 2004-05-19 00:51:24 |
| Message-ID: | 200405190051.i4J0pOJ27541@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-patches |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-05-19 01:00:06 | Re: pgsql-server/src backend/main/main.c backend/p ... |
| Previous Message | Bruce Momjian | 2004-05-19 00:46:03 | Re: pgsql-server/src backend/main/main.c backend/p ... |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-05-19 00:53:20 | Re: More network functions... |
| Previous Message | Bruce Momjian | 2004-05-19 00:46:03 | Re: pgsql-server/src backend/main/main.c backend/p ... |