Re: [PATCHES] Small addition to PGInterval

2007-03-29 Thread Bruce Momjian
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 Comaparab

Re: [PATCHES] Small addition to PGInterval

2007-03-29 Thread Heikki Linnakangas
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 s