mirror of https://github.com/postgres/postgres
The lo_oid function provided by this extension is PARALLEL SAFE. Andreas Karlssonpull/31/head
parent
b79b8d8f55
commit
e7880e5d39
@ -0,0 +1,6 @@ |
|||||||
|
/* contrib/lo/lo--1.0--1.1.sql */ |
||||||
|
|
||||||
|
-- complain if script is sourced in psql, rather than via ALTER EXTENSION |
||||||
|
\echo Use "ALTER EXTENSION lo UPDATE TO '1.1'" to load this file. \quit |
||||||
|
|
||||||
|
ALTER FUNCTION lo_oid(lo) PARALLEL SAFE; |
@ -1,5 +1,5 @@ |
|||||||
# lo extension |
# lo extension |
||||||
comment = 'Large Object maintenance' |
comment = 'Large Object maintenance' |
||||||
default_version = '1.0' |
default_version = '1.1' |
||||||
module_pathname = '$libdir/lo' |
module_pathname = '$libdir/lo' |
||||||
relocatable = true |
relocatable = true |
||||||
|
Loading…
Reference in new issue