Re: [Re] Re: [Re] Re: Unknown winsock error 10061while dumping a big database - Mailing list pgsql-general

From Tom Lane
Subject Re: [Re] Re: [Re] Re: Unknown winsock error 10061while dumping a big database
Date
Msg-id 29937.1196263292@sss.pgh.pa.us
Whole thread Raw
In response to [Re] Re: [Re] Re: Unknown winsock error 10061while dumping a big database  ("Cyril VELTER" <cyril.velter@metadys.com>)
Responses [Re] Re: [Re] Re: [Re] Re: Unknown winsock error 10061while dumping a big database  ("Cyril VELTER" <cyril.velter@metadys.com>)
List pgsql-general
"Cyril VELTER" <cyril.velter@metadys.com> writes:
>     The server have 4G of ram. But doing a search in the source code it does not
> seem that these values are used during a copy operation.

They aren't.  The "out of memory" complaint sounds more like it might be
due to corrupt data, ie the olde scenario where a variable-width field's
length word contains a ridiculously large value.  I don't know how that
would lead to a winsock error, though.

            regards, tom lane

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Streaming LIBPQ? Sliding Window in LIBPQ?
Next
From: Gregory Stark
Date:
Subject: Re: Streaming LIBPQ? Sliding Window in LIBPQ?