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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...
Дата
Msg-id 200305220520.h4M5KI711483@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@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,
Pennsylvania19073
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Heads up: 7.3.3 this Wednesday
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...