• Tom Lane's avatar
    Fix parameter recalculation for Limit nodes: during a ReScan call we must · b11123b6
    Tom Lane authored
    recompute the limit/offset immediately, so that the updated values are
    available when the child's ReScan function is invoked.  Add a regression
    test for this, too.  Bug is new in HEAD (due to the bounded-sorting patch)
    so no need for back-patch.
    
    I did not do anything about merging this signaling with chgParam processing,
    but if we were to do that we'd still need to compute the updated values
    at this point rather than during the first ProcNode call.
    
    Per observation and test case from Greg Stark, though I didn't use his patch.
    b11123b6
execnodes.h 47.7 KB