mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Update pg_freespacemap extension for parallel query.
All functions provided by this extension are PARALLEL SAFE. Andreas Karlsson
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# pg_freespacemap extension
|
||||
comment = 'examine the free space map (FSM)'
|
||||
default_version = '1.0'
|
||||
default_version = '1.1'
|
||||
module_pathname = '$libdir/pg_freespacemap'
|
||||
relocatable = true
|
||||
|
Reference in New Issue
Block a user