Re: BUG #1331: after update: vacuum blocks parallel to select

Michael Enke <michael.enke@wincor-nixdorf.com>

From: "Enke, Michael" <michael.enke@wincor-nixdorf.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-bugs@postgresql.org
Date: 2004-11-29T16:19:20Z
Lists: pgsql-bugs
But the description says: vacuum can run parallel to selects.
This is than not true.

Regards,
Michael

Tom Lane schrieb:
> "PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> 
>>Description:        after update: vacuum blocks parallel to select
> 
> 
> This isn't a bug, it's simply vacuum waiting until it can acquire a
> page-level lock.
> 
> 			regards, tom lane