postgresql/src/test
Tom Lane 882368e854 Fix btree stop-at-nulls logic properly.
As pointed out by Naoya Anzai, my previous try at this was a few bricks
shy of a load, because I had forgotten that the initial-positioning logic
might not try to skip over nulls at the end of the index the scan will
start from.  We ought to fix that, because it represents an unnecessary
inefficiency, but first let's get the scan-stop logic back to a safe
state.  With this patch, we preserve the performance benefit requested
in bug #6278 for the case of scanning forward into NULLs (in a NULLS
LAST index), but the reverse case of scanning backward across NULLs
when there's no suitable initial-positioning qual is still inefficient.
2011-11-02 17:53:49 -04:00
..
examples Capitalization fixes 2011-06-19 00:37:30 +03:00
isolation Clean up whitespace and indentation in parser and scanner files 2011-11-01 21:51:30 +02:00
locale Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
mb Minor improvements to mbregress.sh script. 2011-09-01 09:21:10 -04:00
performance Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
regress Fix btree stop-at-nulls logic properly. 2011-11-02 17:53:49 -04:00
thread Properly call strerror() in thread test; add comments. 2011-08-22 09:04:48 -04:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00