Re: [BUGS] Hangs on Semop

2004-06-20 Thread Tom Lane
"Gary Mensenares" <[EMAIL PROTECTED]> writes: > I was just wondering if anyone else here has ever experienced Postgres > hanging on an INSERT or DELETE command? Sounds to me like it's waiting for somebody else's lock. The pg_locks system view might help clue you into which lock.

[BUGS] Hangs on Semop

2004-06-20 Thread Gary Mensenares
Hello all!   I was just wondering if anyone else here has ever experienced Postgres hanging on an INSERT or DELETE command?   Here is my setup: DB:   Postgres 7.3.4 OS:  Fedora Core 1 Kernel:  2.4.22   The behavior is quite erratic. Using the exact same test script, sometim