1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-12 07:05:03 +03:00

Update pgrowlocks extension for parallel query.

The pgrowlocks function provided by this extension is PARALLEL SAFE.

Andreas Karlsson
This commit is contained in:
Robert Haas
2016-06-09 17:18:20 -04:00
parent 6b3586caa8
commit 9164deea2f
4 changed files with 10 additions and 3 deletions

View File

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