Re: pg_dump on windows

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_dump on windows
Date: 2008-02-08 20:54:52
Message-ID: 20080208205452.GB18088@crankycanuck.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Feb 08, 2008 at 06:30:33PM +0000, dghundt(at)netzero(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2008-02-08 20:56:00 Re: Error on CLUSTER command
Previous Message Scott Marlowe 2008-02-08 19:49:50 Re: Error on CLUSTER command