Re: concurrent index builds unneeded lock? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: concurrent index builds unneeded lock?
Date
Msg-id 16144.1247413880@sss.pgh.pa.us
Whole thread Raw
In response to Re: concurrent index builds unneeded lock?  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
Actually ... why do we have to have that third wait step at all?
Doesn't the indcheckxmin mechanism render it unnecessary, or couldn't
we adjust the comparison xmin to make it unnecessary?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: concurrent index builds unneeded lock?
Next
From: Greg Stark
Date:
Subject: Re: concurrent index builds unneeded lock?