Re: patch to implement ECPG side tracing / tracking ... - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: patch to implement ECPG side tracing / tracking ...
Date
Msg-id 20100210161231.GC4922@alvh.no-ip.org
Whole thread Raw
In response to patch to implement ECPG side tracing / tracking ...  (Hans-Jürgen Schönig <hs@cybertec.at>)
Responses Re: patch to implement ECPG side tracing / tracking ...
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: buildfarm breakage
Next
From: Robert Haas
Date:
Subject: Re: Some belated patch review for "Buffers" explain analyze patch