Tom Lane wrote: > [EMAIL PROTECTED] (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 [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
