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

From Tom Lane
Subject Re: Correction of how to use TimeZone by ControlFile(xlog.c)
Date
Msg-id 15848.1185934160@sss.pgh.pa.us
Whole thread Raw
In response to Correction of how to use TimeZone by ControlFile(xlog.c)  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
List pgsql-patches
"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.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Hiroshi Saito"
Date:
Subject: Correction of how to use TimeZone by ControlFile(xlog.c)
Next
From: "Hiroshi Saito"
Date:
Subject: Re: Correction of how to use TimeZone by ControlFile(xlog.c)