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:
@ -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
|
||||
|
Reference in New Issue
Block a user