Re: pgsql-server/src backend/commands/variable.c b ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src backend/commands/variable.c b ...
Date: 2003-05-22 03:05:30
Message-ID: 200305220305.h4M35UH09456@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers


Tom, I am seeing compile failures because of this change. I don't have
a global timezone here but have the struct tm. I see in other uses of
timezone that we test for 'struct tm' and than if it doesn't exist, use
timezone.

Can you make that change?

---------------------------------------------------------------------------

Tom Lane wrote:
> CVSROOT: /cvsroot
> Module name: pgsql-server
> Changes by: tgl(at)developer(dot)postgresql(dot)org 03/05/17 21:06:26
>
> Modified files:
> src/backend/commands: variable.c
> src/backend/utils/adt: datetime.c
> src/include/utils: datetime.h
>
> Log message:
> Add code to test for unknown timezone names (following some ideas from
> Ross Reedstrom, a couple months back) and to detect timezones that are
> using leap-second timekeeping. The unknown-zone-name test is pretty
> heuristic and ugly, but it seems better than the old behavior of just
> switching to GMT given a bad name. Also make DecodePosixTimezone() a
> tad more robust.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-05-22 05:20:18 Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...
Previous Message Tom Lane 2003-05-21 18:14:46 pgsql-server/src backend/utils/adt/Tag: backen ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2003-05-22 03:39:03 Re: Removing width from EXPLAIN
Previous Message Tom Lane 2003-05-22 02:27:38 Re: CVS Servers (Anonymous)