Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitbb2ae6f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/optimizer/README

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp