Fix typo in README

Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
Magnus Hagander 2018-06-07 14:40:38 +02:00
parent 57f06a7611
commit 848b1f3e35

View File

@ -320,7 +320,7 @@ set up for recursive handling of subqueries
split up the qual into restrictions (a=1) and joins (b=c)
find qual clauses that enable merge and hash joins
----make_one_rel()
set_base_rel_pathlist()
set_base_rel_pathlists()
find seqscan and all index paths for each base relation
find selectivity of columns used in joins
make_rel_from_joinlist()