Re: BRIN range operator class

Andreas Karlsson <andreas@proxel.se>

From: Andreas Karlsson <andreas@proxel.se>
To: emre@hasegeli.com
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2015-05-05T22:53:41Z
Lists: pgsql-hackers
On 05/05/2015 01:10 PM, Emre Hasegeli wrote:
> I already replied his email [1].  Which issues do you mean?

Sorry, my bad please ignore the previous email.

-- 
Andreas Karlsson


Commits

  1. Refactor per-page logic common to all redo routines to a new function.

  2. Reduce use of heavyweight locking inside hash AM.

  3. Scan the buffer pool just once, not once per fork, during relation drop.

  4. Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>