• Heikki Linnakangas's avatar
    Jsonb comparison bug fixes. · b3e5cfd5
    Heikki Linnakangas authored
    Fix an over-zealous assertion, which didn't take into account that sometimes
    a scalar element can be compared against an array/object element.
    
    Avoid comparing possibly-uninitialized local variables when end-of-array or
    end-of-object is reached. Also fix and enhance comments a bit.
    
    Peter Geoghegan, per reports by Pavel Stehule and me.
    b3e5cfd5
jsonb_util.c 42.8 KB