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

From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Correction of how to use TimeZone by ControlFile(xlog.c)
Date: 2007-08-01 02:17:21
Message-ID: 014f01c7d3e2$17a4bb90$c601a8c0@HP22720319231
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi Tom-san.

From: "Tom Lane"

> "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Pavan Deolasee 2007-08-01 09:06:06 HOT patch - version 11
Previous Message Tom Lane 2007-08-01 02:09:20 Re: Correction of how to use TimeZone by ControlFile(xlog.c)