Re: Possible bug in new VACUUM code

From: mlw <markw(at)mohawksoft(dot)com>
To: Jan Wieck <janwieck(at)yahoo(dot)com>
Cc: PostgreSQL HACKERS <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Possible bug in new VACUUM code
Date: 2001-11-28 11:58:25
Message-ID: 3C04D161.A42A2C46@mohawksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jan Wieck wrote:
>
> Hi,
>
> I just stumbled over a very hard to reproduce error. Running
> a "VACUUM ANALYZE <table>" concurrently to a database heavy
> under load caused a SELECT ... FOR UPDATE with full primary
> key qualification to return multiple results from that table.
> The table contains only a few rows which receive ton's of
> updates.
>
> System is 7.2B3 under Linux.
>
> Will try to produce a test case, just to let ppl know early.

Can you post an explain plan for the query along with a "\d" of the table?

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Wodzu 2001-11-28 12:09:48 Week number
Previous Message Zeugswetter Andreas SB SD 2001-11-28 11:25:15 Re: Call for platform testing