Upgrade localbuf.c to use a hash table instead of linear search to
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/buffer/localbuf.c | modified | +100 −46 |