Le 30/06/2014 16:04, Tom Lane a écrit :
Pujol Mathieu writes:
Le 29/06/2014 22:30, Tom Lane a écrit :
I don't actually understand what's being requested here that the
NotConsistent case doesn't already cover.
The NotConsistent case is correctly covered, the sub nodes are not
tested because I
Pujol Mathieu writes:
> Le 29/06/2014 22:30, Tom Lane a écrit :
>> I don't actually understand what's being requested here that the
>> NotConsistent case doesn't already cover.
> The NotConsistent case is correctly covered, the sub nodes are not
> tested because I know that no child could pass t
Le 29/06/2014 22:30, Tom Lane a écrit :
Emre Hasegeli writes:
Pujol Mathieu :
I made my own index to handle specific data and operators. It works
pretty fine but I wonder if it was possible to optimize it.
When I run my operator on a GIST node (in the method
gist_range_consistent) it returns
Le 29/06/2014 22:14, Emre Hasegeli a écrit :
Pujol Mathieu :
Hello,
I already post my question in the General Mailing list, but without
succeed so I try this one that seems to me more specialized.
My question is about GIST index.
I made my own index to handle specific data and operators. It wor
Emre Hasegeli writes:
> Pujol Mathieu :
>> I made my own index to handle specific data and operators. It works
>> pretty fine but I wonder if it was possible to optimize it.
>> When I run my operator on a GIST node (in the method
>> gist_range_consistent) it returns "NotConsistent" /
>> "MaybeCons
Pujol Mathieu :
> Hello,
> I already post my question in the General Mailing list, but without
> succeed so I try this one that seems to me more specialized.
> My question is about GIST index.
> I made my own index to handle specific data and operators. It works
> pretty fine but I wonder if it was
Hello,
I already post my question in the General Mailing list, but without
succeed so I try this one that seems to me more specialized.
My question is about GIST index.
I made my own index to handle specific data and operators. It works
pretty fine but I wonder if it was possible to optimize it