Re: Race conditions, race conditions!

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Race conditions, race conditions!
Date: 2005-08-16 07:46:22
Message-ID: dds5p3$30ao$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>
> This patch is utterly wrong. Please revert it.
>
> This is entirely likely to find the same non-BM_VALID buffer that was
> assigned in the first iteration.
>

Yes, Tom is right. A relation extension might find a non-BM_VALID buffer
left by previous failed relation extension.

Regards,
Qingqing

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jake Stride 2005-08-16 08:33:05 Cascades Failing
Previous Message Joe Conway 2005-08-16 07:39:14 Re: ARRAY(subquery) volatility