pgsql: Update some comments to clarify who does what in targetlist crea

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update some comments to clarify who does what in targetlist crea
Date: 2011-07-14 00:23:52
Message-ID: E1Qh9ia-0007al-Fh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update some comments to clarify who does what in targetlist creation.

No code changes; just avoid blaming query_planner for things it doesn't
really do.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/96f990e23bae0559ede95e94340d2fc918dfde44

Modified Files
--------------
src/backend/optimizer/plan/planner.c | 30 +++++++++++++++++-------------
1 files changed, 17 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mhasegawa 2011-07-14 04:49:05 pgbulkload - pgbulkload: pg_bulkload 3.0.2 - Fix stdin of the
Previous Message Peter Eisentraut 2011-07-13 17:40:29 pgsql: Implement information schema interval_type columns