pgsql: Fix bug in our code when using to_timestamp() or to_date()

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Fix bug in our code when using to_timestamp() or to_date()
Дата
Msg-id 20070208032229.048529FA304@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix bug in our code when using to_timestamp() or to_date() without "TM".

Assume "TM" when input fields are variable-length, like month or day
names.  This matches Oracle behavior.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        formatting.c (r1.118 -> r1.119)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.118&r2=1.119)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add a function pg_stat_clear_snapshot() that discards any
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Document that wal_sync_method open_* methods use O_DIRECT, if