• Andres Freund's avatar
    Fix ON CONFLICT DO UPDATE for tables with oids. · 617db3a2
    Andres Freund authored
    When taking the UPDATE path in an INSERT .. ON CONFLICT .. UPDATE tables
    with oids were not supported. The tuple generated by the update target
    list was projected without space for an oid - a simple oversight.
    
    Reported-By: Peter Geoghegan
    Author: Andres Freund
    Backpatch: 9.5, where ON CONFLICT was introduced
    617db3a2
insert_conflict.out 28.4 KB