Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb2ae6f

Browse filesBrowse 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
Copy full SHA for bb2ae6f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/backend/optimizer/README

Copy file name to clipboardExpand all lines: src/backend/optimizer/README
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.