• Andres Freund's avatar
    Fix wrong keysize in PrivateRefCountHash creation. · ea56b06c
    Andres Freund authored
    In 4b4b680c I accidentally used sizeof(PrivateRefCountArray) instead of
    sizeof(PrivateRefCountEntry) when creating the refcount overflow
    hashtable. As the former is bigger than the latter, this luckily only
    resulted in a slightly increased memory usage when many buffers are
    pinned in a backend.
    
    Reported-By: Takashi Horikawa
    Discussion: 73FA3881462C614096F815F75628AFCD035A48C3@BPXM01GP.gisp.nec.co.jp
    Backpatch: 9.5, where thew new ref count infrastructure was introduced
    ea56b06c
bufmgr.c 108 KB