Re: pgsql: Add 'day' field to INTERVAL so 1 day interval

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql: Add 'day' field to INTERVAL so 1 day interval
Дата
Msg-id 200507210457.j6L4vRN14936@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Add 'day' field to INTERVAL so 1 day interval can be  (Kris Jurka <books@ejurka.com>)
Список pgsql-committers
Kris Jurka wrote:
> Bruce Momjian wrote:
> > Log Message:
> > -----------
> > Add 'day' field to INTERVAL so 1 day interval can be distinguished from
> > 24 hours. This is very helpful for daylight savings time:
> >
>
> Seems to have broken the contrib/btree_gist interval regression tests
>
> http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=dragonfly&dt=2005-07-20%2017:30:00

Tom found the problem --- the storage size need to be updated in the
SQL, which I didn't check.  The build farm should pass now.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add time/date macros for code clarity: #define DAYS_PER_YEAR
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: pgsql: Add time/date macros for code clarity: