Upgrade localbuf.c to use a hash table instead of linear search to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d65522aeb6eac89f8491b0852c3543d6c0aeb94a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-03-19T17:39:43Z
Releases: 8.1.0
Upgrade localbuf.c to use a hash table instead of linear search to
find already-allocated local buffers.  This is the last obstacle
in the way of setting NLocBuffer to something reasonably large.

Files

PathChange+/−
src/backend/storage/buffer/localbuf.c modified +100 −46