pgsql: Allow 5+ digit years for non-ISO timestamp/date strings, where a

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Allow 5+ digit years for non-ISO timestamp/date strings, where a
Дата
Msg-id E1VWUoI-0006WM-8o@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate

Report from Haribabu Kommi

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7778ddc7a2d5b006edbfa69cdb44b8d8c24ec1ff

Modified Files
--------------
src/backend/utils/adt/datetime.c          |   49 +++++++++++++++--------------
src/test/regress/expected/timestamptz.out |   22 +++++++++++++
src/test/regress/sql/timestamptz.sql      |   14 +++++++++
3 files changed, 61 insertions(+), 24 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: initdb: Suppress dynamic shared memory when probing for max_conn
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Silence compiler warning when SSL not in use