-
- Downloads
Add pinning_backends column to the pg_buffercache extension.
The new column shows how many backends have a buffer pinned. That can be useful during development or to diagnose production issues e.g. caused by vacuum waiting for cleanup locks. To handle upgrades transparently - the extension might be used in views - deal with callers expecting the old number of columns. Reviewed by Fujii Masao and Rajeev rastogi.
Showing
- contrib/pg_buffercache/Makefile 1 addition, 1 deletioncontrib/pg_buffercache/Makefile
- contrib/pg_buffercache/pg_buffercache--1.0--1.1.sql 11 additions, 0 deletionscontrib/pg_buffercache/pg_buffercache--1.0--1.1.sql
- contrib/pg_buffercache/pg_buffercache--1.1.sql 3 additions, 2 deletionscontrib/pg_buffercache/pg_buffercache--1.1.sql
- contrib/pg_buffercache/pg_buffercache.control 1 addition, 1 deletioncontrib/pg_buffercache/pg_buffercache.control
- contrib/pg_buffercache/pg_buffercache_pages.c 35 additions, 2 deletionscontrib/pg_buffercache/pg_buffercache_pages.c
- doc/src/sgml/pgbuffercache.sgml 7 additions, 0 deletionsdoc/src/sgml/pgbuffercache.sgml
Loading
Please register or sign in to comment