Re: Unused variable in explain.c

From: Neil Conway <neilc(at)samurai(dot)com>
To: Alvaro Herrera <alvherre(at)surnet(dot)cl>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Unused variable in explain.c
Date: 2005-06-04 02:07:33
Message-ID: 42A10CE5.1080300@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Qingqing Zhou 2005-06-04 02:10:16 Re: psql: \d+ show tablespace of indices
Previous Message Alvaro Herrera 2005-06-03 23:44:14 Unused variable in explain.c