• Robert Haas's avatar
    Basic binary heap implementation. · 7a2fe9bd
    Robert Haas authored
    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.
    7a2fe9bd
binaryheap.c 6.53 KB