mirror of https://github.com/postgres/postgres
f3fa31327e
It was pointed out that pg_buffercache_summary()'s report of the overall average usage count isn't that useful, and what would be more helpful in many cases is to report totals for each possible usage count. Add a new function to do it like that. Since pg_buffercache 1.4 is already new for v16, we don't need to create a new extension version; we'll just define this as part of 1.4. Nathan Bossart Discussion: https://postgr.es/m/20230130233040.GA2800702@nathanxps13 |
||
---|---|---|
.. | ||
expected | ||
sql | ||
.gitignore | ||
Makefile | ||
meson.build | ||
pg_buffercache--1.0--1.1.sql | ||
pg_buffercache--1.1--1.2.sql | ||
pg_buffercache--1.2--1.3.sql | ||
pg_buffercache--1.2.sql | ||
pg_buffercache--1.3--1.4.sql | ||
pg_buffercache.control | ||
pg_buffercache_pages.c |