Re: Race conditions, race conditions! - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Race conditions, race conditions!
Date
Msg-id 11096.1124250784@sss.pgh.pa.us
Whole thread Raw
In response to Re: Race conditions, race conditions!  ("Qingqing Zhou" <zhouqq@cs.toronto.edu>)
List pgsql-hackers
"Qingqing Zhou" <zhouqq@cs.toronto.edu> writes:
> Shall we write

>     /* If it was already in the buffer pool and not for extension, we're
> done */
>     if (found && !isExtend)

> instead?

If you can demonstrate a problem in this code, please do.  I'm very much
less than excited about making random changes though.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Qingqing Zhou"
Date:
Subject: Re: Race conditions, race conditions!
Next
From: Tino Wildenhain
Date:
Subject: Re: pl/Ruby, deprecating plPython and Core