Re: Correction of how to use TimeZone by ControlFile(xlog.c)

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема Re: Correction of how to use TimeZone by ControlFile(xlog.c)
Дата
Msg-id 014f01c7d3e2$17a4bb90$c601a8c0@HP22720319231
обсуждение исходный текст
Ответ на Correction of how to use TimeZone by ControlFile(xlog.c)  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
Ответы Re: Correction of how to use TimeZone by ControlFile(xlog.c)  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-patches
Hi Tom-san.

From: "Tom Lane"


> "Hiroshi Saito" <z-saito@guitar.ocn.ne.jp> writes:
>> [ patch to use pg_strftime in xlog.c ]
>
> This code deliberately does not use pg_strftime, for the same reasons
> that elog.c doesn't use it.
>
> I'm inclined to think that an appropriate fix is the same as we use in
> elog.c, ie, don't use %Z at all under Windows.

Eh? Do you mean this change?
"%Y-%m-%d %H:%M:%S %Z" to "%Y-%m-%d %H:%M:%S"
That tzname is expressed here does not regard me as a problem.
Probably, elog.c has still more nearly another problem.

Regards,
Hiroshi Saito

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Correction of how to use TimeZone by ControlFile(xlog.c)
Следующее
От: "Pavan Deolasee"
Дата:
Сообщение: HOT patch - version 11