]> granicus.if.org Git - postgresql/commit
Revert buggy optimization of index scans
authorSimon Riggs <simon@2ndQuadrant.com>
Thu, 3 Mar 2016 09:53:43 +0000 (09:53 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Thu, 3 Mar 2016 09:53:43 +0000 (09:53 +0000)
commitc7111d11b188bd631a63c98e9aab8532176007c3
treeccd629eb738a447d753204d584c0c143900760f3
parent6c90996a4cbfe02639f2ba31d22f9159832de869
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.
src/backend/access/nbtree/nbtsearch.c
src/backend/access/nbtree/nbtutils.c
src/include/access/nbtree.h