Re: Add protransform for numeric, varbit, and temporal types

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add protransform for numeric, varbit, and temporal types
Date: 2012-02-09 17:25:17
Message-ID: CA+TgmoZJ0jqLiND6nXaDXOEyTK7jBXR97Bnr0JYyY7e==J8xzA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 9, 2012 at 7:18 AM, Noah Misch <noah(at)leadboat(dot)com> wrote:
> The code has a thinko; a given interval typmod ultimately implies a single
> point from which we truncate rightward.  The precision only matters if the
> range covers SECOND.  Thanks; the attached patch improves this.

Thanks, committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2012-02-09 17:29:00 Re: Progress on fast path sorting, btree index creation time
Previous Message Bruce Momjian 2012-02-09 17:16:20 Re: Progress on fast path sorting, btree index creation time