| From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add pgstatginindex() function to get the size of the GIN pending |
| Date: | 2012-12-05 08:04:29 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2012-12-05 13:28:59 | pgsql: Must not reach consistency before XLOG_BACKUP_RECORD |
| Previous Message | Tom Lane | 2012-12-04 22:26:01 | pgsql: Attempt to un-break Windows builds with USE_LDAP. |