• Tom Lane's avatar
    Repair subselect.c's occasional assignment of the wrong vartypmod to · e7a45c78
    Tom Lane authored
    Vars created to fill subplan args lists.  This is an ancient error, going
    back at least to 7.0, but is more easily triggered in 7.4 than before
    because we no longer compare varlevelsup when deciding whether a Param
    slot can be re-used.  Fixes bug reported by Klint Gore.
    e7a45c78
subselect.c 32.5 KB