Small addition to PGInterval

Поиск
Список
Период
Сортировка
От Hartmut Benz
Тема Small addition to PGInterval
Дата
Msg-id 460B7462.8000904@ti-wmc.nl
обсуждение исходный текст
Ответы Re: Small addition to PGInterval  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-patches
Hi all,

please find attached a small extension to PGInterval:
- getTimeInMills   - returns the number of milliseconds in the interval
- copying constructor PGInterval(PGInterval) for type-safe, cast-free
cloning
- now implements Comaparable<PGInterval>

 --
Hartmut Benz,
TI-WMC, http://www.ti-wmc.nl

Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [PATCH] add CLUSTER table USING index (take 2)
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Make CLUSTER MVCC-safe