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

Update pgstattuple extension for parallel query.

All functions provided by this extension are PARALLEL SAFE.

Andreas Karlsson
This commit is contained in:
Robert Haas
2016-06-10 10:42:03 -04:00
parent 496899ccc2
commit a8501ba119
4 changed files with 25 additions and 10 deletions

View File

@ -1,5 +1,5 @@
# pgstattuple extension
comment = 'show tuple-level statistics'
default_version = '1.3'
default_version = '1.4'
module_pathname = '$libdir/pgstattuple'
relocatable = true