Re: pg_dump on windows - Mailing list pgsql-admin

From Andrew Sullivan
Subject Re: pg_dump on windows
Date
Msg-id 20080208205452.GB18088@crankycanuck.ca
Whole thread Raw
In response to pg_dump on windows  ("dghundt@netzero.net" <dghundt@netzero.net>)
List pgsql-admin
On Fri, Feb 08, 2008 at 06:30:33PM +0000, dghundt@netzero.net wrote:
>
> LOG  unexpected EOF on client connection
> LOG  unexpected EOF on client connection
> LOG  unexpected EOF on client connection

This means the back end thinks the client disappeared.

What is the probability you have a firewall in between your client and the
server?  Some of them "helpfully" drop the connection after some period of
"inactivity".  Since you're just sitting there waiting for the command to
complete, you look like you have no activity.

> In locks tab
> I see about 30 locks listed all for the same large table
> They are all for the same start time of 11:35am
> Mode: accessShareLock
> Granted: yes.  they all say yes for granted.

If they're all granted, you're not waiting for one.

A

pgsql-admin by date:

Previous
From: "dghundt@netzero.net"
Date:
Subject: pg_dump on windows
Next
From: Tom Lane
Date:
Subject: Re: Error on CLUSTER command