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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Suppress time zone name (%Z) when logging timestamps in xlog.c
Дата
Msg-id 20070804014224.C6CAB9FB570@postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Switch over to using the src/timezone functions for formatting
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Suppress time zone name (%Z) when logging timestamps in xlog.c