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

From Alvaro Herrera
Subject Unused variable in explain.c
Date
Msg-id 20050603234414.GC3086@surnet.cl
Whole thread Raw
Responses Re: Unused variable in explain.c
List pgsql-patches
Hackers,

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.

--
Alvaro Herrera (<alvherre[a]surnet.cl>)
"And as an added bonus, now my computer goes to the toilet for me, leaving me
free to spend time on more useful activities! yay slug codefests!" (C. Parker)

Attachment

pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: WAL bypass for CTAS
Next
From: Neil Conway
Date:
Subject: Re: Unused variable in explain.c