Small addition to PGInterval - Mailing list pgsql-patches

From Hartmut Benz
Subject Small addition to PGInterval
Date
Msg-id 460B7462.8000904@ti-wmc.nl
Whole thread Raw
Responses Re: Small addition to PGInterval  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-patches
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<PGInterval>

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

Attachment

pgsql-patches by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: [PATCH] add CLUSTER table USING index (take 2)
Next
From: Heikki Linnakangas
Date:
Subject: Re: Make CLUSTER MVCC-safe