Re: Correction of how to use TimeZone by ControlFile(xlog.c) - Mailing list pgsql-patches

From Hiroshi Saito
Subject Re: Correction of how to use TimeZone by ControlFile(xlog.c)
Date
Msg-id 014f01c7d3e2$17a4bb90$c601a8c0@HP22720319231
Whole thread Raw
In response to Correction of how to use TimeZone by ControlFile(xlog.c)  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
Responses Re: Correction of how to use TimeZone by ControlFile(xlog.c)  (Magnus Hagander <magnus@hagander.net>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Correction of how to use TimeZone by ControlFile(xlog.c)
Next
From: "Pavan Deolasee"
Date:
Subject: HOT patch - version 11