pgsql: Doc: note that two examples in optimizer/README are oversimplifi

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: note that two examples in optimizer/README are oversimplifi
Date: 2025-04-09 03:03:43
Message-ID: E1u2Lj5-003Nim-0P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: note that two examples in optimizer/README are oversimplified.

These examples fail to account for join clauses generated by
EquivalenceClasses, but since we haven't mentioned EquivalenceClasses
yet it seems like it'd just add confusion to make them fully accurate.
Instead, parenthetically note that they're oversimplified.

Reported-by: Zeyuan Hu <ferrishu3886(at)gmail(dot)com>
Co-authored-by: David Rowley <dgrowleyml(at)gmail(dot)com>
Co-authored-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/CACvHWmYFo+60yMqKJajDDvKN5EM41YHrCT3oxukwXmGAqpWvyw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dd496eedeaac7cc9023e8fbca709475868ed5d9a

Modified Files
--------------
src/backend/optimizer/README | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-04-09 04:02:11 Re: pgsql: Rename argument in pg_get_process_memory_contexts().
Previous Message David Rowley 2025-04-09 00:49:52 Re: pgsql: Rename argument in pg_get_process_memory_contexts().