• Tom Lane's avatar
    Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan · 0656ed3d
    Tom Lane authored
    return the tableoid as well as the ctid for any FOR UPDATE targets that
    have child tables.  All child tables are listed in the ExecRowMark list,
    but the executor just skips the ones that didn't produce the current row.
    
    Curiously, this longstanding restriction doesn't seem to have been documented
    anywhere; so no doc changes.
    0656ed3d
copyfuncs.c 74.2 KB