Tom Lane <[EMAIL PROTECTED]> writes:
> That is strange. Try attaching to the hung backend with gdb and getting
> a backtrace, viz:
>
> gdb /path/to/postgres-executable
> gdb> attach PID-of-backend-process
> gdb> bt
> gdb> quit
>
> Might also be a good idea to do similarl
Steve Woodcock <[EMAIL PROTECTED]> writes:
> (gdb) bt
> #0 0x4025fc62 in __libc_send () from /lib/libc.so.6
> #1 0x80c7ea2 in pq_flush ()
> #2 0x8139092 in elog ()
> #3 0x80a849c in DoCopy ()
> #4 0x80a7fba in DoCopy ()
> #5 0x80a751f in DoCopy ()
> #6 0x80fe500 in ProcessUtility ()
Hmm, i