pgsql: Remove unused 'printCost' field from ExplainState, and simplify

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unused 'printCost' field from ExplainState, and simplify
Date: 2005-06-04 02:07:09
Message-ID: 20050604020709.7A9015281A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove unused 'printCost' field from ExplainState, and simplify the code
accordingly (this field was always initialized to true). Patch from
Alvaro Herrera.

Modified Files:
--------------
pgsql/src/backend/commands:
explain.c (r1.136 -> r1.137)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/explain.c.diff?r1=1.136&r2=1.137)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-04 03:29:49 pgsql: Update Chinese FAQ to fix XHTML format.
Previous Message Tom Lane 2005-06-03 23:05:30 pgsql: Revise handling of dropped columns in JOIN alias lists to avoid a