Re: pgsql-server/src backend/main/main.c backend/p ... - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql-server/src backend/main/main.c backend/p ...
Date
Msg-id 200405190046.i4J0k3R26689@candle.pha.pa.us
Whole thread Raw
In response to Re: pgsql-server/src backend/main/main.c backend/p ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql-server/src backend/main/main.c backend/p ...
Re: pgsql-server/src backend/main/main.c backend/p ...
List pgsql-committers
Tom Lane wrote:
> momjian@svr1.postgresql.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.

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
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql-server/src backend/main/main.c backend/p ...
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql-server/src backend/main/main.c backend/p ...