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:08 -0700 |
commit | 3c6a05b805c750771dc6d3471ca32b27eb25b33e (patch) | |
tree | bdc1a9bdc5f813bcaefc1ddd1a6d90083d573337 /src/backend/utils/adt/arrayutils.c | |
parent | 67738dbf9c9232c8dc1892f970a0bf89617058a6 (diff) | |
download | postgresql-3c6a05b805c750771dc6d3471ca32b27eb25b33e.tar.gz postgresql-3c6a05b805c750771dc6d3471ca32b27eb25b33e.zip |
amcheck: Distinguish interrupted page deletion from corruption.
This prevents false-positive reports about "the first child of leftmost
target page is not leftmost of its level", "block %u is not leftmost"
and "left link/right link pair". They appeared if amcheck ran before
VACUUM cleaned things, after a cluster exited recovery between the
first-stage and second-stage WAL records of a deletion. Back-patch to
v11 (all supported versions).
Reviewed by Peter Geoghegan.
Discussion: https://postgr.es/m/20231005025232.c7.nmisch@google.com
Diffstat (limited to 'src/backend/utils/adt/arrayutils.c')
0 files changed, 0 insertions, 0 deletions