Re: [PATCH] btree_gist: add cross-type integer operator support for GiST - Mailing list pgsql-hackers

From Alexander Nestorov
Subject Re: [PATCH] btree_gist: add cross-type integer operator support for GiST
Date
Msg-id a95e833c-eba2-4a19-8692-06736df3ba5d@Spark
Whole thread
In response to [PATCH] btree_gist: add cross-type integer operator support for GiST  (Alexander Nestorov <alexandernst@gmail.com>)
Responses Re: [PATCH] btree_gist: add cross-type integer operator support for GiST
List pgsql-hackers
Hey Andrey!

No worries! And thanks for the review!

About the three points in your email:

1) I modified the test tables, they are now large enough for each index to have internal pages.

2) True, good catch! I added a small helper that prints the Index Cond, Order By and Filter lines
for every cross-type strategy and <-> pair, so a missing pg_amop entry now makes the test fail.

3) I updated the documentation in order to reflect the KNN index scan limitation.

Attaching v7 patchset.

Regards!
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: remove_useless_joins vs. bug #19560
Next
From: Chao Li
Date:
Subject: Re: [PATCH] validate inherited check constraints when enabling enforcement