• T
    Make heap_update() set newtup->t_tableOid correctly, for consistency with · fc3297d8
    Tom Lane 提交于
    the other major heapam.c functions.  The only known consequence of this
    omission is that UPDATE RETURNING failed to return the correct value for
    "tableoid", as per report from KaiGai Kohei.
    
    Back-patch to 8.2.  Arguably it's wrong all the way back; but without
    evidence of visible breakage before RETURNING was added, I'll desist from
    patching the older branches.
    fc3297d8
heapam.c 141.5 KB