Re: WIP: Range Types - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: WIP: Range Types
Date
Msg-id 1294421609.18031.3551.camel@jdavis
Whole thread Raw
In response to Re: WIP: Range Types  (Florian Weimer <fweimer@bfk.de>)
List pgsql-hackers
On Fri, 2011-01-07 at 08:21 +0000, Florian Weimer wrote:
> <http://www.postgresql.org/docs/8.4/static/xoper-optimization.html>
> 
> I'm wondering if one of these hint functions can be reused to compute
> range lengths.

Interesting idea.

However, I don't really see a way to make that work. These functions are
tied to the operator, so it would be awkward to try to connect it to the
GiST support functions. Also, it doesn't seem to be an exact fit,
because the RESTRICT function is used to compute the selectivity as of
right now using current statistics.

Regards,Jeff Davis



pgsql-hackers by date:

Previous
From: "Jehan-Guillaume (ioguix) de Rorthais"
Date:
Subject: Re: some comments rewording in recovery.conf.sample about SR
Next
From: Joel Jacobson
Date:
Subject: obj_unique_identifier(oid)