Re: Small addition to PGInterval

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: Hartmut Benz <hartmut(dot)benz(at)ti-wmc(dot)nl>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Small addition to PGInterval
Date: 2007-03-29 08:44:26
Message-ID: 460B7C6A.102@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Koichi Suzuki 2007-03-29 08:50:03 Re: [PATCHES] Full page writes improvement, code update
Previous Message Heikki Linnakangas 2007-03-29 08:40:01 Re: Make CLUSTER MVCC-safe