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

Commitd7c04db

Browse files
committed
Update wording in optimizer/README for EquivalenceClasses
d69d45a changed how em_is_child members are stored inEquivalenceClasses. Children are no longer stored in the ec_memberslist. optimizer/README mentioned that most operations "should ignorechild members", but that felt a little untrue now since child membersare now stored in a separate place, they simply won't be found by thenormal means of looking (a foreach loop over ec_members), and if you don'tfind them, there's technically no need to "ignore" them.Here we tweak the wording slightly to reflect the new storage locationfor child members.Reported-by: Amit Langote <amitlangote09@gmail.com>Author: Amit Langote <amitlangote09@gmail.com>Author: David Rowley <dgrowleyml@gmail.com>Discussion:https://postgr.es/m/CA+HiwqE8v=EuAP_3F_A2xn8zWx+nG_etW_Fe_DvKO-Fkx=+DdQ@mail.gmail.com
1 parentd438515 commitd7c04db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/optimizer/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ contain the equivalent child-relation variables or expressions. These
902902
members are *not* full-fledged members of the EquivalenceClass and do not
903903
affect the class's overall properties at all. They are kept only to
904904
simplify matching of child-relation expressions to EquivalenceClasses.
905-
Most operations on EquivalenceClassesshould ignore child members.
905+
Most operations on EquivalenceClassesneedn't look at child members.
906906

907907

908908
PathKeys

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp