Fix typo in README
Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
parent
57f06a7611
commit
848b1f3e35
@ -320,7 +320,7 @@ set up for recursive handling of subqueries
|
|||||||
split up the qual into restrictions (a=1) and joins (b=c)
|
split up the qual into restrictions (a=1) and joins (b=c)
|
||||||
find qual clauses that enable merge and hash joins
|
find qual clauses that enable merge and hash joins
|
||||||
----make_one_rel()
|
----make_one_rel()
|
||||||
set_base_rel_pathlist()
|
set_base_rel_pathlists()
|
||||||
find seqscan and all index paths for each base relation
|
find seqscan and all index paths for each base relation
|
||||||
find selectivity of columns used in joins
|
find selectivity of columns used in joins
|
||||||
make_rel_from_joinlist()
|
make_rel_from_joinlist()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user