Re: Poor performance in inet << cidr join (Resolved)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Axel Rau <Axel.Rau@Chaos1.DE>
Cc: pgsql-sql@postgresql.org
Date: 2005-11-02T23:22:14Z
Lists: pgsql-sql
Axel Rau <Axel.Rau@Chaos1.DE> writes: > Question: Can rtree_inet be included in the core? No, because rtree is going away in 8.2. Feel like converting that code to be a GIST opclass, instead? regards, tom lane