[HACKERS] Reduce the time to know trigger_fi​le's existence

2012-09-03 Thread Harshitha S
Hi, We are trying to introduce a thread that monitors the creation of the trigger_file. As and when the file is created, the process that monitors postgres server needs to be notified through the inotify API. This is to reduce the 3-4 seconds delay that exists with the current implementation in p

Re: [HACKERS] proclock table corrupted

2012-05-27 Thread Harshitha S
Sorry, the OS is WindRiver Linux. Yes , I am taking of the fast path locking patch discussed in the link below. http://postgresql.1045698.n5.nabble.com/bug-in-fast-path-locking-td5626629.html Regards, Harshitha On Fri, May 25, 2012 at 7:09 PM, Tom Lane wrote: > Harshitha S writes: >

[HACKERS] proclock table corrupted

2012-05-25 Thread Harshitha S
Hi, We are encoutering the following error during normal operation of postgres. postgres[10982]: [2-1] PANIC: proclock table corrupted Version of Postgres : 9.0.3 Architecture : mips OS: RedHat Linux Can you please let me know if 'fix-strong-lock-cleanup.patch' and this error are related? Reg

Re: [HACKERS] Tracing in Postgres

2011-07-24 Thread Harshitha S
ed to a file, a USB etc., There is an existing tracing frameworkfor this,I intend to use the API s provided by this framework. Regards, Harshitha On Fri, Jul 22, 2011 at 9:08 PM, Robert Haas wrote: > On Fri, Jul 22, 2011 at 5:00 AM, Harshitha S wrote: > > I am trying to integrate a tra

[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