Re: Small addition to PGInterval

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
Cc: Hartmut Benz <hartmut(dot)benz(at)ti-wmc(dot)nl>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Small addition to PGInterval
Date: 2007-03-29 18:08:46
Message-ID: 200703291808.l2TI8kT25028@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Heikki Linnakangas wrote:
> 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.

Oh, and you should probably send the jdbc people a context diff, diff
-c.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2007-03-29 18:12:39 Re: tsearch_core patch for inclusion
Previous Message Bruce Momjian 2007-03-29 18:07:55 Re: plpgpsm