bufmgr: Fix use of wrong variable in GetPrivateRefCountEntrySlow() Unfortunately, in 30df61990c67, I made GetPrivateRefCountEntrySlow() set a wrong cache hint when moving entries from the hash table to the faster array. There are no correctness concerns due to this, just an unnecessary loss of performance.
Noticed while testing the index prefetching patch. Discussion: https://postgr.es/m/CAH2-Wz=g=jtsydb4utb5su2zcvss7vbp+zmvvag6abocb+s...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6322a028fa437669022473be8af39bbd89b644c3 Modified Files -------------- src/backend/storage/buffer/bufmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
