Re: [HACKERS] proclock table corrupted

2012-05-28 Thread Tom Lane
Harshitha S writes: > Sorry, the OS is WindRiver Linux. What I would suspect first is issues with the MIPS spinlock assembly code (look into s_lock.h) not being portable to your platform. That code hasn't been tested on very many machines, I suspect. It's not impossible that it doesn't work at

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: > > We are

Re: [HACKERS] proclock table corrupted

2012-05-25 Thread Tom Lane
Harshitha S writes: > We are encoutering the following error during normal operation of postgres. > postgres[10982]: [2-1] PANIC: proclock table corrupted Ugh. Can you provide a reproducible test case? > Version of Postgres : 9.0.3 > Architecture : mips > OS: RedHat Linux [ raised eyebrow...

[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