1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add pgstatginindex() function to get the size of the GIN pending list.

Fujii Masao, reviewed by Kyotaro Horiguchi.
This commit is contained in:
Heikki Linnakangas
2012-12-05 09:58:03 +02:00
parent cdf498c5d7
commit 357cbaaeae
8 changed files with 187 additions and 5 deletions

View File

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