• T
    Fix oversight in sizing of shared buffer lookup hashtable. Because · b25dc481
    Tom Lane 提交于
    BufferAlloc tries to insert a new mapping entry before deleting the old one
    for a buffer, we have a transient need for more than NBuffers entries ---
    one more in 8.1, and as many as NUM_BUFFER_PARTITIONS more in CVS HEAD.
    In theory this could lead to an "out of shared memory" failure if shmem
    had already been completely claimed by the time the extra entries were
    needed.
    b25dc481
freelist.c 7.4 KB