• Peter Eisentraut's avatar
    Fix thinko in SPI_execute_plan() calls · b7212c97
    Peter Eisentraut authored
    Two call sites were apparently thinking that the last argument of
    SPI_execute_plan() is the number of query parameters, but it is actually
    the row limit.  Change the calls to 0, since we don't care about the
    limit there.  The previous code didn't break anything, but it was still
    wrong.
    b7212c97
ruleutils.c 248 KB