Advance multiple array keys rightmost-first instead of leftmost-first

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8e850b9159b1519dcc20982c39cfc3ff16d3d31b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-03-18T03:54:52Z
Releases: 8.4.0
Advance multiple array keys rightmost-first instead of leftmost-first
during a bitmap index scan.  This cannot affect the query results
(since we're just dumping the TIDs into a bitmap) but it might offer
some advantage in locality of access to the index.  Per Greg Stark.

Files

PathChange+/−
src/backend/executor/nodeIndexscan.c modified +8 −2