pgsql: Add some comments about division of labor between rewriter and p - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add some comments about division of labor between rewriter and p
Date
Msg-id E1aE42W-0003Kl-L4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add some comments about division of labor between rewriter and planner.

The rationale for the way targetlist processing is done wasn't clearly
stated anywhere, and I for one had forgotten some of the details.  Having
just painfully re-learned them, add some breadcrumbs for the next person.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/efe4c9d7049f0bf832b792bfad05c92aaf86aa3c

Modified Files
--------------
src/backend/optimizer/prep/preptlist.c |   19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Put back one copyObject() in rewriteTargetView().
Next
From: Tom Lane
Date:
Subject: pgsql: Minor hacking on contrib/cube documentation.