pgsql: Add pgstatginindex() function to get the size of the GIN pending - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Add pgstatginindex() function to get the size of the GIN pending
Date
Msg-id E1Tg9y1-000832-C5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add pgstatginindex() function to get the size of the GIN pending list.

Fujii Masao, reviewed by Kyotaro Horiguchi.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/357cbaaeae5bc1f385828be97345e7ea24235f92

Modified Files
--------------
contrib/pgstattuple/Makefile                  |    2 +-
contrib/pgstattuple/expected/pgstattuple.out  |    9 ++-
contrib/pgstattuple/pgstatindex.c             |   94 +++++++++++++++++++++++++
contrib/pgstattuple/pgstattuple--1.0--1.1.sql |   11 +++
contrib/pgstattuple/pgstattuple--1.0.sql      |   49 -------------
contrib/pgstattuple/pgstattuple--1.1.sql      |   58 +++++++++++++++
contrib/pgstattuple/pgstattuple.control       |    2 +-
contrib/pgstattuple/sql/pgstattuple.sql       |    6 ++-
doc/src/sgml/pgstattuple.sgml                 |   57 +++++++++++++++
9 files changed, 235 insertions(+), 53 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Attempt to un-break Windows builds with USE_LDAP.
Next
From: Simon Riggs
Date:
Subject: pgsql: Must not reach consistency before XLOG_BACKUP_RECORD