diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2020-04-08 02:06:00 +0200 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2020-04-08 02:15:47 +0200 |
commit | 2b88fdde30d8e9bf833b75a014189e9148233b85 (patch) | |
tree | b53c5681d7cf6ae8efa29fa36c2cae0b5fbfa334 /src/backend/access/transam/xloginsert.c | |
parent | 91c40548d5f7a9241d9fa344fae8069cfdb92bf2 (diff) | |
download | postgresql-2b88fdde30d8e9bf833b75a014189e9148233b85.tar.gz postgresql-2b88fdde30d8e9bf833b75a014189e9148233b85.zip |
Track SLRU page hits in SimpleLruReadPage_ReadOnly
SLRU page hits were tracked only in SimpleLruReadPage, but that's not
enough because we may hit the page in SimpleLruReadPage_ReadOnly in
which case we don't call SimpleLruReadPage at all.
Reported-by: Kuntal Ghosh
Discussion: https://postgr.es/m/20200119143707.gyinppnigokesjok@development
Diffstat (limited to 'src/backend/access/transam/xloginsert.c')
0 files changed, 0 insertions, 0 deletions