postgresql/contrib/pgstattuple
Noah Misch 975ae05537 Diagnose !indisvalid in more SQL functions.
pgstatindex failed with ERRCODE_DATA_CORRUPTED, of the "can't-happen"
class XX.  The other functions succeeded on an empty index; they might
have malfunctioned if the failed index build left torn I/O or other
complex state.  Report an ERROR in statistics functions pgstatindex,
pgstatginindex, pgstathashindex, and pgstattuple.  Report DEBUG1 and
skip all index I/O in maintenance functions brin_desummarize_range,
brin_summarize_new_values, brin_summarize_range, and
gin_clean_pending_list.  Back-patch to v11 (all supported versions).

Discussion: https://postgr.es/m/20231001195309.a3@google.com
2023-10-30 14:46:09 -07:00
..
expected Make heap TID a tiebreaker nbtree index column. 2019-03-20 10:04:01 -07:00
sql
.gitignore
Makefile
pgstatapprox.c Revert "Avoid the creation of the free space map for small heap relations". 2019-05-07 09:30:24 +05:30
pgstatindex.c Diagnose !indisvalid in more SQL functions. 2023-10-30 14:46:09 -07:00
pgstattuple--1.0--1.1.sql
pgstattuple--1.1--1.2.sql
pgstattuple--1.2--1.3.sql
pgstattuple--1.3--1.4.sql
pgstattuple--1.4--1.5.sql
pgstattuple--1.4.sql
pgstattuple--unpackaged--1.0.sql
pgstattuple.c Diagnose !indisvalid in more SQL functions. 2023-10-30 14:46:09 -07:00
pgstattuple.control