1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Update pg_buffercache extension for parallel query.

The pg_buffercache_pages function provided by this extension is
PARALLEL SAFE.

Andreas Karlsson
This commit is contained in:
Robert Haas
2016-06-09 17:18:12 -04:00
parent e3b607cd7a
commit 06d7fd6e29
4 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# pg_buffercache extension
comment = 'examine the shared buffer cache'
default_version = '1.1'
default_version = '1.2'
module_pathname = '$libdir/pg_buffercache'
relocatable = true