Re: Unused variable in explain.c - Mailing list pgsql-patches

From Neil Conway
Subject Re: Unused variable in explain.c
Date
Msg-id 42A10CE5.1080300@samurai.com
Whole thread Raw
In response to Unused variable in explain.c  (Alvaro Herrera <alvherre@surnet.cl>)
List pgsql-patches
Alvaro Herrera wrote:
> This trivial patch removes the unused variable printCost from
> ExplainState.  This variable is defined to true initially and never
> changed; it's only clutter, I think.  And I've never seen EXPLAIN output
> without the cost.

Applied, thanks.

-Neil

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Unused variable in explain.c
Next
From: "Qingqing Zhou"
Date:
Subject: Re: psql: \d+ show tablespace of indices