Re: Ending EXPLAIN ANALYZE early (was Re: That EXPLAIN ANALYZE patch still needs work)

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DCP SD
Тема Re: Ending EXPLAIN ANALYZE early (was Re: That EXPLAIN ANALYZE patch still needs work)
Дата
Msg-id E1539E0ED7043848906A8FF995BDA5790116B8C0@m0143.s-mxs.net
обсуждение исходный текст
Ответ на Ending EXPLAIN ANALYZE early (was Re: That EXPLAIN ANALYZE patch still needs work)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Ending EXPLAIN ANALYZE early (was Re: That EXPLAIN ANALYZE patch still needs work)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> This bothers me a bit, because in
> fact the effects if any of the tested query would have been
> rolled back.  Not sure we have any choice though.  If we
> expose the error then we'll have problems with clients not
> showing the EXPLAIN results.

I think we should leave it in top level, throw the error and fix the
clients.
As I understood, the idea was, that it only does that if you
press ^C or query timeout. In this case current clients would also
not show the plan.

Andreas


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

Предыдущее
От: "Zeugswetter Andreas DCP SD"
Дата:
Сообщение: Re: More on inheritance and foreign keys
Следующее
От: "Zeugswetter Andreas DCP SD"
Дата:
Сообщение: Re: ADD/DROP constraints