pgsql: Adjust overstrong nbtree skip array assertion. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Adjust overstrong nbtree skip array assertion.
Date
Msg-id E1uAKPi-000Pz6-2p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Adjust overstrong nbtree skip array assertion.

Make an nbtree array preprocessing assertion account for scans that add
fewer skip arrays than initially expected due to preprocessing finding
an unsatisfiable array qual.

Oversight in commit 92fe23d9.

Author: Peter Geoghegan <pg@bowt.ie>
Reported-By: Mark Dilger <mark.dilger@enterprisedb.com>
Discussion: https://postgr.es/m/CAHgHdKtQMhHy5qcB3KqCcGiW-Rp8P7KzUFRa9ZMKUiv6zen7LQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9d924dbb37103b647c72a5252ad20770b8bae3a1

Modified Files
--------------
src/backend/access/nbtree/nbtpreprocesskeys.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Mention cost-based delays for total_[auto]{vacuum,analyze}_
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Improve explanations when a table rewrite is needed