• Tom Lane's avatar
    Do honest transformation and preprocessing of LIMIT/OFFSET clauses, · b89140a7
    Tom Lane authored
    instead of the former kluge whereby gram.y emitted already-transformed
    expressions.  This is needed so that Params appearing in these clauses
    actually work correctly.  I suppose some might claim that the side effect
    of 'SELECT ... LIMIT 2+2' working is a new feature, but I say this is
    a bug fix.
    b89140a7
parse_clause.c 42.8 KB