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.
Yes, it probably is bad, but I am not sure how frequently this will happen, _and_ I need to set my_exec_path very far up in the tree to the timezone stuff knows the location, hence the fact that elog() calls wouldn't work at all anyway, I think. -- 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