diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-08-12 15:33:36 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-08-12 15:33:36 -0400 |
commit | 8782ea2f36a2468e08c227c8d7907a5a1a9f5e32 (patch) | |
tree | 22a2f967da4e1f88c01d92b8c1e50f4ee1c13ebe /src/backend/executor/nodeProjectSet.c | |
parent | 1754a71986e806330ac3ab9e8125c902286b829d (diff) | |
download | postgresql-8782ea2f36a2468e08c227c8d7907a5a1a9f5e32.tar.gz postgresql-8782ea2f36a2468e08c227c8d7907a5a1a9f5e32.zip |
BRIN: Handle concurrent desummarization properly
If a page range is desummarized at just the right time concurrently with
an index walk, BRIN would raise an error indicating index corruption.
This is scary and unhelpful; silently returning that the page range is
not summarized is sufficient reaction.
This bug was introduced by commit 975ad4e602ff as additional protection
against a bug whose actual fix was elsewhere. Backpatch equally.
Reported-By: Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Diagnosed-By: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/2588667e-d07d-7e10-74e2-7e1e46194491@postgrespro.ru
Backpatch: 9.5 - master
Diffstat (limited to 'src/backend/executor/nodeProjectSet.c')
0 files changed, 0 insertions, 0 deletions