postgresql/src/include/lib
Tom Lane 16e8e36ceb Reset the binary heap in MergeAppend rescans.
Failing to do so can cause queries to return wrong data, error out or crash.
This requires adding a new binaryheap_reset() method to binaryheap.c,
but that probably should have been there anyway.

Per bug #8410 from Terje Elde.  Diagnosis and patch by Andres Freund.
2013-08-30 19:15:32 -04:00
..
binaryheap.h Reset the binary heap in MergeAppend rescans. 2013-08-30 19:15:32 -04:00
ilist.h Improve ilist.h's support for deletion of slist elements during iteration. 2013-07-24 17:42:48 -04:00
stringinfo.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00