Re: [BUGS] BUG #4990: JDBC batch insert blocks

2009-08-17 Thread Alvaro Herrera
dan boeriu wrote: > After I sent 250 records to the database (batch INSERT) the db is not > responding back. > I used the debugger to see what the backend is doing: > > #0 0x003c4e6d3cf5 in send () from /lib64/libc.so.6 What does netstat say about the socket buffers? Are they full? -- Al

[BUGS] BUG #4990: JDBC batch insert blocks

2009-08-17 Thread dan boeriu
The following bug has been logged online: Bug reference: 4990 Logged by: dan boeriu Email address: dan.boe...@roost.com PostgreSQL version: 8.3.6 8.3.7 8.4 Operating system: Redhat Linux 5.3 Description:JDBC batch insert blocks Details: After I sent 250 records to t