pgsql: Fix to_date's handling of year 519.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix to_date's handling of year 519.
Дата
Msg-id E1SlifC-0007KZ-UP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix to_date's handling of year 519.

A thinko in commit 029dfdf1157b6d837a7b7211cd35b00c6bcd767c caused the year
519 to be handled differently from either adjacent year, which was not the
intention AFAICS.  Report and diagnosis by Marc Cousin.

In passing, remove redundant re-tests of year value.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8400d313290d293c02eb1bc4eb4422de3077aa34

Modified Files
--------------
src/backend/utils/adt/formatting.c |    8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Work a little harder on comments for walsender wakeup patch.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix to_date's handling of year 519.