Re: heap_hot_search_buffer refactoring

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: heap_hot_search_buffer refactoring
Date: 2011-06-19 17:50:00
Message-ID: 1308505800.2597.76.camel@jdavis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 2011-06-06 at 14:03 -0400, Robert Haas wrote:
> The attached patch refactors heap_hot_search_buffer() so that
> index_getnext() can use it, and modifies index_getnext() to do so.

Attached is a version of the patch that applies cleanly to master.

Regards,
Jeff Davis

Attachment Content-Type Size
heap-hot-search-buffer.patch.gz application/x-gzip 4.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2011-06-19 18:01:10 Re: heap_hot_search_buffer refactoring
Previous Message Andrew Chernow 2011-06-19 16:39:38 Re: Libpq enhancement