Обсуждение: pg_dump returns No buffer space available

Поиск
Список
Период
Сортировка

pg_dump returns No buffer space available

От
"Andrus"
Дата:
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.