Re: [COMMITTERS] 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)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...
Date: 2003-05-22 05:20:18
Message-ID: 200305220520.h4M5KI711483@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers


I am seeing a compile failure in variable.c because it references
timezone, but I only have struct tm on BSD/OS.

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

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-05-22 05:24:37 Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...
Previous Message Bruce Momjian 2003-05-22 03:05:30 Re: pgsql-server/src backend/commands/variable.c b ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-05-22 05:24:37 Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...
Previous Message Tom Lane 2003-05-22 05:15:04 Re: Heads up: 7.3.3 this Wednesday