Basic binary heap implementation.
There are probably other places where this can be used, but for now, this just makes MergeAppend use it, so that this code will have test coverage. There is other work in the queue that will use this, as well. Abhijit Menon-Sen, reviewed by Andres Freund, Robert Haas, Álvaro Herrera, Tom Lane, and others.
Showing
src/backend/lib/binaryheap.c
0 → 100644
src/include/lib/binaryheap.h
0 → 100644
Please register or sign in to comment