Re: [GENERAL] pg_dump throws no buffer space available error

2006-01-19 Thread Vishal Dixit
This is Windows 2000 Server, 2.00GHz Pentium. Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag ---(end of broadcast)--- TIP 3: Have you checked our extensi

Re: [GENERAL] pg_dump throws no buffer space available error

2006-01-19 Thread Vishal Dixit
I modified pg_dump.c and aded a sleep of 1000 micro sec in the loop for copying data and it fixed the problem. It looks like for slower machines when it comes to reading larger tables, pg_dump finds no data to read in new lines and assumes EOL while there is still data to be dumped, as a result PQe

[GENERAL] pg_dump throws no buffer space available error

2006-01-17 Thread Vishal Dixit
I can only reproduce this error on windows 2000, on all other operating systems it works fine. Sometimes I see "No buffer space available error", other times I see "Socket not open error". In the database, besides other tables we have one table that contains bytea type columns, we see the above er

[GENERAL] pg_dump throws no buffer space available error

2006-01-06 Thread Vishal Dixit
We are running postgres version 8.0 on windows server 2003. On doing a pg_dump of a large database the following error occurs: pg_dump: could not receive data from server: No buffer space available There is one table in the database containing bytea type column, this error comes as we add more e