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

From Bruce Momjian
Subject Re: pgsql-server/src backend/commands/variable.c b ...
Date
Msg-id 200305220305.h4M35UH09456@candle.pha.pa.us
Whole thread Raw
In response to pgsql-server/src backend/commands/variable.c b ...  (tgl@developer.postgresql.org (Tom Lane))
List pgsql-committers
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@developer.postgresql.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@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: tgl@developer.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src backend/utils/adt/Tag: backen ...
Next
From: meskes@developer.postgresql.org (Michael Meskes)
Date:
Subject: pgsql-server/doc TODO