diff options
author | David Rowley <drowley@postgresql.org> | 2025-04-10 17:33:58 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2025-04-10 17:33:58 +1200 |
commit | d7c04db27aeba1718d8059eae9a6e6a5eedc01b8 (patch) | |
tree | ac8dbeb7e2b623ebc43e8ccff06a73ea7bf9eb86 /src/backend/executor/tqueue.c | |
parent | d438515c29c3cc539c79292c040335804183ca3e (diff) | |
download | postgresql-d7c04db27aeba1718d8059eae9a6e6a5eedc01b8.tar.gz postgresql-d7c04db27aeba1718d8059eae9a6e6a5eedc01b8.zip |
Update wording in optimizer/README for EquivalenceClasses
d69d45a5a changed how em_is_child members are stored in
EquivalenceClasses. Children are no longer stored in the ec_members
list. optimizer/README mentioned that most operations "should ignore
child members", but that felt a little untrue now since child members
are now stored in a separate place, they simply won't be found by the
normal means of looking (a foreach loop over ec_members), and if you don't
find them, there's technically no need to "ignore" them.
Here we tweak the wording slightly to reflect the new storage location
for 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
Diffstat (limited to 'src/backend/executor/tqueue.c')
0 files changed, 0 insertions, 0 deletions