Re: [HACKERS] Tracing in Postgres

2011-07-25 Thread Robert Haas
On Mon, Jul 25, 2011 at 12:59 AM, Harshitha S wrote: > I want to retain all the error messages, error report that is used by > Postgres. > I don't intend to log any information extra other than what is provided by > Postgres. > But I just want to replace the implementation of the logging/tracing i

Re: [HACKERS] Tracing in Postgres

2011-07-24 Thread Harshitha S
I want to retain all the error messages, error report that is used by Postgres. I don't intend to log any information extra other than what is provided by Postgres. But I just want to replace the implementation of the logging/tracing in Postgres, so that the existing messages can be redirected to a

Re: [HACKERS] Tracing in Postgres

2011-07-22 Thread Robert Haas
On Fri, Jul 22, 2011 at 5:00 AM, Harshitha S wrote: > I am trying to integrate a tracing framework in the Postgres code. > I need to know if elog.c under backend/utils/error is the place where the > changes can be made. Depends on what your tracing framework is trying to do. > The tracing framew

[HACKERS] Tracing in Postgres

2011-07-22 Thread Harshitha S
Hi, I am trying to integrate a tracing framework in the Postgres code. I need to know if elog.c under backend/utils/error is the place where the changes can be made. The tracing framework that I want to integrate has some additional capability. I want to replace the tracing and logging functiona