]> granicus.if.org Git - postgresql/commit
Upgrade localbuf.c to use a hash table instead of linear search to
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Mar 2005 17:39:43 +0000 (17:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Mar 2005 17:39:43 +0000 (17:39 +0000)
commitd65522aeb6eac89f8491b0852c3543d6c0aeb94a
tree0dd53a0a32f0d70bec0fbb79e5c6f713b2ec62c7
parent2e629080f72c0fe379764244cf56646af154e32f
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.
src/backend/storage/buffer/localbuf.c