mirror of https://github.com/postgres/postgres
All functions provided by this extension are PARALLEL SAFE. Andreas Karlssonpull/31/head
parent
0dbf3ce0e0
commit
42d4257a06
@ -0,0 +1,7 @@ |
|||||||
|
/* contrib/pg_freespacemap/pg_freespacemap--1.0--1.1.sql */ |
||||||
|
|
||||||
|
-- complain if script is sourced in psql, rather than via ALTER EXTENSION |
||||||
|
\echo Use "ALTER EXTENSION pg_freespacemap UPDATE TO '1.1'" to load this file. \quit |
||||||
|
|
||||||
|
ALTER FUNCTION pg_freespace(regclass, bigint) PARALLEL SAFE; |
||||||
|
ALTER FUNCTION pg_freespace(regclass) PARALLEL SAFE; |
@ -1,5 +1,5 @@ |
|||||||
# pg_freespacemap extension |
# pg_freespacemap extension |
||||||
comment = 'examine the free space map (FSM)' |
comment = 'examine the free space map (FSM)' |
||||||
default_version = '1.0' |
default_version = '1.1' |
||||||
module_pathname = '$libdir/pg_freespacemap' |
module_pathname = '$libdir/pg_freespacemap' |
||||||
relocatable = true |
relocatable = true |
||||||
|
Loading…
Reference in new issue