Re: Weird error

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема Re: Weird error
Дата
Msg-id Pine.BSO.4.10.10106281502070.5536-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на Re: Weird error  (Joseph Shraibman <jks@selectacast.net>)
Список 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 по дате отправления:

Предыдущее
От: Philip Molter
Дата:
Сообщение: Re: Slower on Solaris (NOT that Red Hat thread anymore)
Следующее
От: "Steve Wolfe"
Дата:
Сообщение: Re: Re: Slower on Solaris (NOT that Red Hat thread anymore)