Re: patch to implement ECPG side tracing / tracking ...

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: patch to implement ECPG side tracing / tracking ...
Дата
Msg-id 20100210161231.GC4922@alvh.no-ip.org
обсуждение исходный текст
Ответ на patch to implement ECPG side tracing / tracking ...  (Hans-Jürgen Schönig <hs@cybertec.at>)
Ответы Re: patch to implement ECPG side tracing / tracking ...  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-hackers
Hans-Jürgen Schönig wrote:
> hi,
> 
> this patch implements SQL side tracing / tracking of statements and
> statement execution times.
> it is primarily intended to allow programmers to gather information
> about the runtime behavior of a program and to figure out easily
> where the bottlenecks are.
> i used the ECPG prepared statement infrastructure to implement this.
> the goal of this code is allow people to port code from databases
> such as Informix to PostgreSQL more easily and to figure out as fast
> as possible which types of queries are fast and which ones are slow.

What happened to this patch?  Was it abandoned in favor of server-side
tracing?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: buildfarm breakage
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Some belated patch review for "Buffers" explain analyze patch