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

From Hiroshi Saito
Subject Correction of how to use TimeZone by ControlFile(xlog.c)
Date
Msg-id 00fe01c7d3df$55293480$c601a8c0@HP22720319231
Whole thread Raw
Responses Re: Correction of how to use TimeZone by ControlFile(xlog.c)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Hi.
(sorry, this mail is UTF8)

This problem is remarkable in the Japanese windows environment....
It appears in a log output....See,
-
LOG:  database system was shut down at 2007-07-31 19:23:25 東京 (標準時)
LOG:  database system is ready to accept connections
LOG:  autovacuum launcher started
(This appears as SJIS in encoding of client in fact. Not server encoding..)

So, It changes strikingly after patch.!
-
LOG:  database system was shut down at 2007-08-01 10:15:12 JST
LOG:  database system is ready to accept connections
LOG:  autovacuum launcher started

This is correctly treated by the timezone library with which PostgreSQL
was equipped. Please take this into consideration.
Thanks!

Regards,
Hiroshi Saito




Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Simple patch to report in log the schema name of the statement
Next
From: Tom Lane
Date:
Subject: Re: Correction of how to use TimeZone by ControlFile(xlog.c)