Re: Bug #758: show_planner_stats does not work for new PREPARE calls

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Bug #758: show_planner_stats does not work for new PREPARE calls
Дата
Msg-id 87vg55a1g2.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на Re: Bug #758: show_planner_stats does not work for new PREPARE calls  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Bug #758: show_planner_stats does not work for new PREPARE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Bug #758: show_planner_stats does not work for new PREPARE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
Tom Lane <tgl@sss.pgh.pa.us> writes:
> I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the
> moment, but they used to be used; I think the correct response is to
> put back the missing counter increments, not rip out the counters.

Ok, fair enough. It's worth noting that they've been broken for a
while -- for example, the HashJoin counter increments were broken when
you comitted r1.20 of executor/nodeHashJoin.c in May of '99.

I've attached a revised patch that doesn't remove the counters (but
doesn't increment them either: I'm not sure of all the places where
the counter should be incremented).

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Postgres storing time in strange manner
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgres storing time in strange manner