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