| From: | "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp> |
|---|---|
| To: | <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Correction of how to use TimeZone by ControlFile(xlog.c) |
| Date: | 2007-08-01 01:57:36 |
| Message-ID: | 00fe01c7d3df$55293480$c601a8c0@HP22720319231 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| xlog_patch | application/octet-stream | 560 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-08-01 02:09:20 | Re: Correction of how to use TimeZone by ControlFile(xlog.c) |
| Previous Message | Tom Lane | 2007-08-01 01:53:58 | Re: Simple patch to report in log the schema name of the statement |