diff options
author | Noah Misch <noah@leadboat.com> | 2023-10-30 14:46:05 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2023-10-30 14:46:09 -0700 |
commit | 975ae05537fadcba6ea55b781b142eef887e6ffe (patch) | |
tree | 3bb6ef3f63a52f92a61899ac764a64eafee32792 /src/backend/utils/adt/arrayutils.c | |
parent | 3a205c91665fddf76e333844884354874dc8ae1b (diff) | |
download | postgresql-975ae05537fadcba6ea55b781b142eef887e6ffe.tar.gz postgresql-975ae05537fadcba6ea55b781b142eef887e6ffe.zip |
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
Diffstat (limited to 'src/backend/utils/adt/arrayutils.c')
0 files changed, 0 insertions, 0 deletions