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: Wed, 1 Aug 2007 11:17:21 +0900
- Message-id: <014f01c7d3e2$17a4bb90$c601a8c0@HP22720319231> <text/plain>
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
Home |
Main Index |
Thread Index