diff options
| author | Andres Freund | 2022-10-13 16:55:46 +0000 |
|---|---|---|
| committer | Andres Freund | 2022-10-13 16:55:46 +0000 |
| commit | 2589434ae0fbfe08e46b6a4ffba400140b636074 (patch) | |
| tree | 495f2f835d353c17bb4a0f4c65e487487484484f /contrib/pg_buffercache/Makefile | |
| parent | 7f8d9cedb374c9a23f0730f92a0b88d479325ba9 (diff) | |
pg_buffercache: Add pg_buffercache_summary()
Using pg_buffercache_summary() is significantly cheaper than querying
pg_buffercache and summarizing in SQL.
Author: Melih Mutlu <[email protected]>
Reviewed-by: Andres Freund <[email protected]>
Reviewed-by: Aleksander Alekseev <[email protected]>
Reviewed-by: Zhang Mingli <[email protected]>
Discussion: https://postgr.es/m/CAGPVpCQAXYo54Q%3D8gqBsS%3Du0uk9qhnnq4%2B710BtUhUisX1XGEg%40mail.gmail.com
Diffstat (limited to 'contrib/pg_buffercache/Makefile')
| -rw-r--r-- | contrib/pg_buffercache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pg_buffercache/Makefile b/contrib/pg_buffercache/Makefile index d74b3e853c6..d6b58d4da94 100644 --- a/contrib/pg_buffercache/Makefile +++ b/contrib/pg_buffercache/Makefile @@ -7,7 +7,8 @@ OBJS = \ EXTENSION = pg_buffercache DATA = pg_buffercache--1.2.sql pg_buffercache--1.2--1.3.sql \ - pg_buffercache--1.1--1.2.sql pg_buffercache--1.0--1.1.sql + pg_buffercache--1.1--1.2.sql pg_buffercache--1.0--1.1.sql \ + pg_buffercache--1.3--1.4.sql PGFILEDESC = "pg_buffercache - monitoring of shared buffer cache in real-time" REGRESS = pg_buffercache |
