pg_dump returns No buffer space available - Mailing list pgsql-general

From Andrus
Subject pg_dump returns No buffer space available
Date
Msg-id 082C1C180C5F4E49A52C55A45950605A@andrusnotebook
Whole thread Raw
List pgsql-general
pg_dump suddenly stops working:

C:\myapp\pg_dump>pg_dump -i -Z6 -b -v -f "E:\backup\mybackup.backup" -F c -h
localhost -U postgres mydb

pg_dump: [archiver (db)] connection to database "mydb" failed: could not
connect
 to server: No buffer space available (0x00002747/10055)
        Is the server running on host "localhost" and accepting
        TCP/IP connections on port 5432?
pg_dump: *** aborted because of error

Other clients can use database normally.

How to fix this ?

Using

Server PostgreSQL 8.4.0, compiled by Visual C++ build 1400, 32-bit

Andrus.


pgsql-general by date:

Previous
From: Georgi Ivanov
Date:
Subject: Idle connections
Next
From: Raymond O'Donnell
Date:
Subject: Re: Idle connections