pgsql: Revert buggy optimization of index scans - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Revert buggy optimization of index scans
Date
Msg-id E1abPxI-0004Wx-Tm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert buggy optimization of index scans

606c0123d627 attempted to reduce cost of index scans using > and <
strategies, though got that completely wrong in a few complex cases.

Revert whole patch until we find a safe optimization.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c7111d11b188bd631a63c98e9aab8532176007c3

Modified Files
--------------
src/backend/access/nbtree/nbtsearch.c | 27 ---------------------------
src/backend/access/nbtree/nbtutils.c  |  7 -------
src/include/access/nbtree.h           |  1 -
3 files changed, 35 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Revert buggy optimization of index scans
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Fix json_to_record() bug with nested objects.