Commit 848b1f3e authored by Magnus Hagander's avatar Magnus Hagander

Fix typo in README

Author: Daniel Gustafsson <daniel@yesql.se>
parent 57f06a76
...@@ -320,7 +320,7 @@ set up for recursive handling of subqueries ...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment