• A
    Attach ON CONFLICT SET ... WHERE to the correct planstate. · e4942f7a
    Andres Freund 提交于
    The previous coding was a leftover from attempting to hang all the on
    conflict logic onto modify table's child nodes. It appears to not have
    actually caused problems except for explain.
    
    Add test exercising the broken and some other code paths.
    
    Author: Peter Geoghegan and Andres Freund
    e4942f7a
insert_conflict.sql 15.2 KB