• Tom Lane's avatar
    Fix deparsing of ON CONFLICT arbiter WHERE clauses. · cc2ca931
    Tom Lane authored
    The parser doesn't allow qualification of column names appearing in
    these clauses, but ruleutils.c would sometimes qualify them, leading
    to dump/reload failures.  Per bug #13891 from Onder Kalaci.
    
    (In passing, make stanzas in ruleutils.c that save/restore varprefix
    more consistent.)
    
    Peter Geoghegan
    cc2ca931
ruleutils.c 276 KB