Re: patch for between symmetric, asymmetric (from TODO) - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: patch for between symmetric, asymmetric (from TODO)
Date
Msg-id 429E5B03.8070908@familyhealth.com.au
Whole thread Raw
In response to Re: patch for between symmetric, asymmetric (from TODO)  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
> The implementation in this patch has the same problems as all the
> previously rejected attempts: it evaluates its arguments twice.  You
> need to make BETWEEN SYMMETRIC into a separate node type that evaluates
> each argument only once.

And that's also been submitted.  The problem then is making the
optimizer recognise it as a range query...

Chris


pgsql-patches by date:

Previous
From: Mary Edie Meredith
Date:
Subject: Re: O_DIRECT for WAL writes
Next
From: Bruce Momjian
Date:
Subject: Re: COPY fast parse patch