1
0
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:
Robert Haas
2016-06-09 17:18:16 -04:00
parent 0dbf3ce0e0
commit 42d4257a06
4 changed files with 13 additions and 5 deletions

View File

@ -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