diff options
author | Andres Freund <andres@anarazel.de> | 2016-02-21 22:48:44 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2016-02-21 22:48:44 -0800 |
commit | ea56b06cf77a6932a74f9d4ec6c950a333d1527d (patch) | |
tree | 67664321ba5fe9b5737afc063b516d9a4a3e50cd /src/backend/utils/adt/lockfuncs.c | |
parent | 64a169d1313d6b99b48c2d270df121ef43c03269 (diff) | |
download | postgresql-ea56b06cf77a6932a74f9d4ec6c950a333d1527d.tar.gz postgresql-ea56b06cf77a6932a74f9d4ec6c950a333d1527d.zip |
Fix wrong keysize in PrivateRefCountHash creation.
In 4b4b680c3 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
Diffstat (limited to 'src/backend/utils/adt/lockfuncs.c')
0 files changed, 0 insertions, 0 deletions