Re: WIP: Range Types

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Florian Weimer <fweimer(at)bfk(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP: Range Types
Date: 2011-01-04 18:28:22
Message-ID: 1294165702.18031.3458.camel@jdavis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2011-01-04 at 14:18 +0000, Florian Weimer wrote:
> * Jeff Davis:
>
> > 4. For the GiST penalty function, and perhaps some picksplit algorithms,
> > it might be nice to know the length of a range, or do some other kinds
> > of math. It introduces a lot of complexity to try to define math
> > functions for each subtype, and try to make sure they behave sanely. So
> > I was thinking that the user might need to specify a function that
> > converts the subtype into a float that approximates a value's position
> > in the total order.
>
> Doesn't the eqsel hint already provide this information?
>

Can you clarify what you mean? I don't know what the "eqsel hint" is.

Regards,
Jeff Davis

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2011-01-04 18:28:30 Re: Sync Rep Design
Previous Message Jeff Davis 2011-01-04 18:24:52 Re: WIP: Range Types