Unused variable in explain.c

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Unused variable in explain.c
Дата
Msg-id 20050603234414.GC3086@surnet.cl
обсуждение исходный текст
Ответы Re: Unused variable in explain.c  (Neil Conway <neilc@samurai.com>)
Список 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)

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: WAL bypass for CTAS
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Unused variable in explain.c