Re: Small addition to PGInterval

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Small addition to PGInterval
Дата
Msg-id 460B7C6A.102@enterprisedb.com
обсуждение исходный текст
Ответ на Small addition to PGInterval  (Hartmut Benz <hartmut.benz@ti-wmc.nl>)
Ответы Re: Small addition to PGInterval  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Hartmut Benz wrote:
> 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>

This list is for patches to PostgreSQL server. Please send patches to
the JDBC driver to the pgsql-jdbc mailing list.

PS. Thanks for the patch!

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Make CLUSTER MVCC-safe
Следующее
От: Koichi Suzuki
Дата:
Сообщение: Re: [HACKERS] Full page writes improvement, code update