mirror of
https://github.com/postgres/postgres.git
synced 2026-04-10 03:26:23 -04:00
keys when considering a semi or anti join. This requires estimating the selectivity of the merge qual as though it were a regular inner join condition. To allow caching both that and the real outer-join-aware selectivity, split RestrictInfo.this_selec into two fields. This fixes one of the problems reported by Kevin Grittner. |
||
|---|---|---|
| .. | ||
| Makefile | ||
| prepjointree.c | ||
| prepqual.c | ||
| preptlist.c | ||
| prepunion.c | ||