Re: Small addition to PGInterval - Mailing list pgsql-patches

From Heikki Linnakangas
Subject Re: Small addition to PGInterval
Date
Msg-id 460B7C6A.102@enterprisedb.com
Whole thread Raw
In response to Small addition to PGInterval  (Hartmut Benz <hartmut.benz@ti-wmc.nl>)
Responses Re: Small addition to PGInterval  (Bruce Momjian <bruce@momjian.us>)
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Make CLUSTER MVCC-safe
Next
From: Koichi Suzuki
Date:
Subject: Re: [HACKERS] Full page writes improvement, code update