Re: Implement missing join selectivity estimation for range types - Mailing list pgsql-hackers

From SCHOEMANS Maxime
Subject Re: Implement missing join selectivity estimation for range types
Date
Msg-id AM0P190MB07243E890A7DFD6F24F70269F0232@AM0P190MB0724.EURP190.PROD.OUTLOOK.COM
Whole thread
In response to Re: Implement missing join selectivity estimation for range types  (Haibo Yan <tristan.yim@gmail.com>)
Responses Re: Implement missing join selectivity estimation for range types
List pgsql-hackers
Hi Haibo,

Attached is v7 with the changes we discussed.

Patch 2 now has an inline comment on the && case explaining the
outer-bounds approximation and its consistency with existing restriction
selectivity. The commit message mentions it as well.

Patch 3 uses a separate backend-private header (rangetypes_selfuncs.h)
instead of selfuncs.h.

Regards,
Maxime
Attachment

pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Parallel Apply
Next
From: Bruce Momjian
Date:
Subject: Re: First draft of PG 19 release notes