Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ... - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...
Date
Msg-id 19671.1053619529@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I thought this might be new because of my upgrade to BSD/OS 4.3, but I
> just checked my 4.2 machine and it also doesn't have tzname.  Seems this
> might be the first time we are referencing tzname if struct tm already
> exists.  Can we switch to a struct tm/tzname solution?

Don't see how --- tzset doesn't return a struct tm.  We may have to just
not make the test on machines without tzname[].  Grotty, but they're no
worse off than before...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...
Next
From: Tom Lane
Date:
Subject: Re: Is postgres 7.2.1 safe if there is a power fail.