Re: Small addition to PGInterval

Поиск
Список
Период
Сортировка
Искать

Re: Small addition to PGInterval

От:
Bruce Momjian <bruce@momjian.us>
Дата:
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
> 
> 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            http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

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

Small addition to PGInterval

От:
Hartmut Benz <hartmut.benz@ti-wmc.nl>
Дата:
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

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

Re: Small addition to PGInterval

От:
Heikki Linnakangas <heikki@enterprisedb.com>
Дата:
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

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
FAQ