postgresql/src
Tom Lane d1f5a92e18 Fix two small bugs in new gistget.c logic.
1. Complain, rather than silently doing nothing, if an "invalid" tuple
is found on a leaf page.  Per off-list discussion with Heikki.

2. Fix oversight in code that removes a GISTSearchItem from the search
queue: we have to reset lastHeap if this was the last heap item in the
parent GISTSearchTreeItem.  Otherwise subsequent additions will do the
wrong thing.  This was probably masked in early testing because in typical
cases the parent item would now be completely empty and would be deleted on
next call.  You'd need a queued non-leaf page at exactly the same distance
as a heap tuple to expose the bug.
2010-12-04 13:47:08 -05:00
..
backend Fix two small bugs in new gistget.c logic. 2010-12-04 13:47:08 -05:00
bin Remove misleading comments. Move _Clone and _DeClone functions before 2010-12-03 14:58:24 +02:00
include Update comment to match later code changes. 2010-12-04 03:21:49 -05:00
interfaces In libpq/Makefile, use OBJS += as a way to break up long link lines into 2010-11-27 11:03:23 -05:00
makefiles Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pl Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
port Fix portability issues in new src/port/inet_net_ntop.c file. 2010-11-26 18:00:26 -05:00
template Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Make output width consistent for all ways of invoking a regression test 2010-12-04 17:34:48 +02:00
timezone Improved parallel make support 2010-11-12 22:15:16 +02:00
tools Add inet_net_ntop.c as needed by MSVC, per Magnus. 2010-11-26 14:39:13 -05:00
tutorial Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Additional fixes for parallel make 2010-11-17 08:08:41 +02:00
Makefile.global.in Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
Makefile.shlib Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
nls-global.mk Fix makefile logic to not break the build when xgettext is missing 2010-10-14 23:16:46 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00