• Tom Lane's avatar
    Split out everything that looks like a function call from c_expr into · 912c27f9
    Tom Lane authored
    a separate production func_expr.  This allows us to accept all these
    variants in the backwards-compatible syntax for creating a functional
    index; which beats documenting exactly which things work and which don't.
    Interestingly, it also seems to make the generated state machine a little
    bit smaller.
    912c27f9
gram.y 207 KB