• Andres Freund's avatar
    Correct type of waitMode variable in ExecInsertIndexTuples(). · f9dec81a
    Andres Freund authored
    It was a bool, even though it should be CEOUC_WAIT_MODE. That's unlikely
    to have a negative effect with the current definition of bool (char),
    but it's definitely wrong.
    
    Discussion: 20150812084351.GD8470@awork2.anarazel.de
    Backpatch: 9.5, where ON CONFLICT was merged
    f9dec81a
execIndexing.c 28.4 KB