Re: heap_hot_search_buffer refactoring
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2011-06-19T17:50:00Z
Lists: pgsql-hackers
Attachments
- heap-hot-search-buffer.patch.gz (application/x-gzip)
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