Re: amcheck (B-Tree integrity checking tool) - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: amcheck (B-Tree integrity checking tool)
Date
Msg-id CAM3SWZQdf2i89ezQUBfCYDP1WLQ0vDt8W-VNmeM2_NUPT5q=EQ@mail.gmail.com
Whole thread Raw
In response to Re: amcheck (B-Tree integrity checking tool)  (David Steele <david@pgmasters.net>)
Responses Re: amcheck (B-Tree integrity checking tool)
Re: amcheck (B-Tree integrity checking tool)
List pgsql-hackers
On Tue, Mar 22, 2016 at 9:33 AM, David Steele <david@pgmasters.net> wrote:
> It looks like an updated patch is expected here, though it seems that
> the only requests are for updates to comments.

That's right - I have a small number of feedback items to work
through. I also determined myself that there could be a very low
probability race condition when checking the key space across sibling
pages, and will work to address that. If I'm right about that then
it's not a lot of work to fix; I'm probably just going to use the
right page's high key rather than its first data item.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: NOT EXIST for PREPARE
Next
From: Petr Jediný
Date:
Subject: Re: BRIN is missing in multicolumn indexes documentation