Re: POC, WIP: OR-clause support for indexes - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: POC, WIP: OR-clause support for indexes
Date
Msg-id 56EC2EED.5070000@sigaev.ru
Whole thread Raw
In response to Re: POC, WIP: OR-clause support for indexes  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Responses Re: POC, WIP: OR-clause support for indexes
List pgsql-hackers
> I also wonder whether the patch should add explanation of OR-clauses
> handling into the READMEs in src/backend/access/*
Not yet, but will

> The patch would probably benefit from transforming it into a patch
> series - one patch for the infrastructure shared by all the indexes,
> then one patch per index type. That should make it easier to review, and
> I seriously doubt we'd want to commit this in one huge chunk anyway.
I splitted to two:
1 0001-idx_or_core - only planner and executor changes
2 0002-idx_or_indexes - BRIN/GIN/GiST changes with tests

I don't think that splitting of second patch adds readability but increase
management diffculties, but if your insist I will split.

> 4) scanGetItem is a prime example of the "badly needs comments" issue,
> particularly because the previous version of the function actually had
> quite a lot of them while the new function has none.
added


--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pg_dump / copy bugs with "big lines" ?
Next
From: Robert Haas
Date:
Subject: Re: Parallel Aggregate