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 DB8P190MB073174810A391519D4B0BD5BF02C2@DB8P190MB0731.EURP190.PROD.OUTLOOK.COM
Whole thread
In response to Re: Implement missing join selectivity estimation for range types  (Haibo Yan <tristan.yim@gmail.com>)
List pgsql-hackers
Hi Haibo,

Thanks for the continued feedback. Attached is v8 addressing your nits
on patch 2:

- Reworded the commit message to say "the same outer-bounds-based
  estimator can be reused" instead of implying the code is just
  duplicated.
- Made comments in multirangejoinsel type-neutral where they
  unnecessarily said "range" (e.g. "bound histograms" instead of
  "range histograms", "empty values" instead of "empty ranges").
- Added the reverse mixed-direction tests (multirange x range).

Regards,
Maxime
Attachment

pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: Cleanup shadows variable warnings, round 1
Next
From: Tom Lane
Date:
Subject: Non-robust plpgsql_trap test