Adjust pgstatindex() to give correct answers for indexes larger than
Tom Lane <tgl@sss.pgh.pa.us>
Adjust pgstatindex() to give correct answers for indexes larger than 2^31 blocks. Also fix pg_relpages() for the same case. Tatsuhito Kasahara
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgstattuple/pgstatindex.c | modified | +40 −43 |
| contrib/pgstattuple/pgstattuple.sql.in | modified | +19 −25 |
| doc/src/sgml/pgstattuple.sgml | modified | +10 −10 |