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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress time zone name (%Z) when logging timestamps in xlog.c
Date: 2007-08-04 01:42:24
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_2_STABLE

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.258 -> r1.258.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.258&r2=1.258.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-08-04 01:42:34 pgsql: Suppress time zone name (%Z) when logging timestamps in xlog.c
Previous Message Tom Lane 2007-08-04 01:26:54 pgsql: Switch over to using the src/timezone functions for formatting