- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitd7c04db
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.com1 parentd438515 commitd7c04db
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
902 | 902 |
| |
903 | 903 |
| |
904 | 904 |
| |
905 |
| - | |
| 905 | + | |
906 | 906 |
| |
907 | 907 |
| |
908 | 908 |
| |
|
0 commit comments
Comments
(0)