Skip to content

Commit bb2ae6f

Browse files
author
Etsuro Fujita
committed
Adjust indentation in src/backend/optimizer/README.
The previous indentation of optimizer functions was unclear; adjust the indentation dashes so that a deeper level of indentation indicates that the outer optimizer function calls the inner one. Author: Richard Guo, with additional change by me Reviewed-by: Kyotaro Horiguchi Discussion: https://postgr.es/m/CAMbWs4-U-ogzpchGsP2BBMufCss1hktm%2B%2BeTJK_dUC196pw0cQ%40mail.gmail.com
1 parent 10e1521 commit bb2ae6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/optimizer/README

+2-2
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ set up for recursive handling of subqueries
315315
preprocess target list for non-SELECT queries
316316
handle UNION/INTERSECT/EXCEPT, GROUP BY, HAVING, aggregates,
317317
ORDER BY, DISTINCT, LIMIT
318-
--query_planner()
318+
---query_planner()
319319
make list of base relations used in query
320320
split up the qual into restrictions (a=1) and joins (b=c)
321321
find qual clauses that enable merge and hash joins
@@ -325,7 +325,7 @@ set up for recursive handling of subqueries
325325
find selectivity of columns used in joins
326326
make_rel_from_joinlist()
327327
hand off join subproblems to a plugin, GEQO, or standard_join_search()
328-
-----standard_join_search()
328+
------standard_join_search()
329329
call join_search_one_level() for each level of join tree needed
330330
join_search_one_level():
331331
For each joinrel of the prior level, do make_rels_by_clause_joins()

0 commit comments

Comments
 (0)