Re: WIP: dynahash replacement for buffer table - Mailing list pgsql-hackers

From Andres Freund
Subject Re: WIP: dynahash replacement for buffer table
Date
Msg-id 20141014144727.GF22660@awork2.anarazel.de
Whole thread Raw
In response to WIP: dynahash replacement for buffer table  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: WIP: dynahash replacement for buffer table
List pgsql-hackers
On 2014-10-14 09:30:58 -0400, Robert Haas wrote:
> I took the basic infrastructure from before and used it to replace the
> buffer table.  Patch is attached.

Hm. Unless I missed something you pretty much completely eradicated
locks from the buffer mapping code? That'd be pretty cool, but it's also
scary.

How confident are you that your conversion is correct? Not in the sense
that there aren't any buglets, but fundamentally.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Emre Hasegeli
Date:
Subject: Re: Shapes on the regression test for polygon
Next
From: Petr Jelinek
Date:
Subject: Re: Better support of exported snapshots with pg_dump