Bug fix for missing years in make_date()

Поиск
Список
Период
Сортировка
От David Fetter
Тема Bug fix for missing years in make_date()
Дата
Msg-id 20150326222606.GE8922@fetter.org
обсуждение исходный текст
Ответы Re: Bug fix for missing years in make_date()  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: Bug fix for missing years in make_date()  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
Folks,

For reasons unclear, dates before the Common Era are disallowed in
make_date(), even though about 2/3 of the underlying data type's range
up until the present time fits that description.

Please find attached a patch fixing same.

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Вложения

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

Предыдущее
От: Jerry Sievers
Дата:
Сообщение: Re: Changing ownership of simple composite incomplete?
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: controlling psql's use of the pager a bit more