pgsql: Suppress time zone name (%Z) when logging timestamps in xlog.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Suppress time zone name (%Z) when logging timestamps in xlog.c
Date
Msg-id 20070804014244.E37449FB635@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Suppress time zone name (%Z) when logging timestamps in xlog.c startup
on Windows.  This is yet another manifestation of the problem that Windows
returns time zone names that may be in a different encoding than we are using.
I've put a better solution in HEAD, but the back branches need a simple patch.
Per report from Hiroshi Saito.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.180.4.4 -> r1.180.4.5)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.180.4.4&r2=1.180.4.5)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Suppress time zone name (%Z) when logging timestamps in xlog.c
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a problem in my recent patch to initialize cancel_key for