pgsql: Suppress timezone (%Z) part of timestamp display when running on

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Suppress timezone (%Z) part of timestamp display when running on
Дата
Msg-id 20061121221946.BE21C9FB279@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Suppress timezone (%Z) part of timestamp display when running on Windows,
because on that platform strftime produces localized zone names in varying
encodings.  Even though it's only in a comment, this can cause encoding
errors when reloading the dump script.  Per suggestion from Andreas
Seltenreich.  Also, suppress %Z on Windows in the %s escape of
log_line_prefix ... not sure why this one is different from the other two,
but it shouldn't be.

Modified Files:
--------------
    pgsql/src/backend/utils/error:
        elog.c (r1.176 -> r1.177)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c.diff?r1=1.176&r2=1.177)
    pgsql/src/bin/pg_dump:
        pg_backup_archiver.c (r1.137 -> r1.138)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.137&r2=1.138)
        pg_dumpall.c (r1.84 -> r1.85)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpall.c.diff?r1=1.84&r2=1.85)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix plpython to work (or at least pass its regression tests) with
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Prevent intratransaction memory leak when a subtransaction is