Re: Weird error - Mailing list pgsql-general

From Alex Pilosov
Subject Re: Weird error
Date
Msg-id Pine.BSO.4.10.10106281502070.5536-100000@spider.pilosoft.com
Whole thread Raw
In response to Re: Weird error  (Joseph Shraibman <jks@selectacast.net>)
List pgsql-general
On Thu, 28 Jun 2001, Joseph Shraibman wrote:

> Alex Pilosov wrote:
> >
>
> > This is definitely FALSE. Vacuum does not lock the database, it acquires
> > certain locks while its vacuuming certain tables. I.E. your clients may
> > not be able to modify table while its being vacuumed.
> >
> I've had a vacuum deadlock my database.  When I killed the vacuum client
> (^C from the command line) my program  continued.

Are you sure you mean 'deadlock'? Deadlock is when neither client nor
vacuum can proceed. What most likely happened is vacuum locking the table
until its done, and that is a normal behavior.

-alex


pgsql-general by date:

Previous
From: Philip Molter
Date:
Subject: Re: Slower on Solaris (NOT that Red Hat thread anymore)
Next
From: "Steve Wolfe"
Date:
Subject: Re: Re: Slower on Solaris (NOT that Red Hat thread anymore)