aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2018-10-14 15:18:16 -0700
committerAndres Freund <andres@anarazel.de>2018-10-15 15:17:04 -0700
commit9d906f1119de893a4ca533c5e7b97207a3aa963b (patch)
tree69424b7c149bf0ee3aeb2531da07d413dd0f4845 /src/backend/executor/nodeModifyTable.c
parente73ca79fc78db4eb13b7f513f16b7164c7b05ba7 (diff)
downloadpostgresql-9d906f1119de893a4ca533c5e7b97207a3aa963b.tar.gz
postgresql-9d906f1119de893a4ca533c5e7b97207a3aa963b.zip
Move generic slot support functions from heaptuple.c into execTuples.c.
heaptuple.c was never a particular good fit for slot_getattr(), slot_getsomeattrs() and slot_getmissingattrs(), but in upcoming changes slots will be made more abstract (allowing slots that contain different types of tuples), making it clearly the wrong place. Note that slot_deform_tuple() remains in it's current place, as it clearly deals with a HeapTuple. getmissingattrs() also remains, but it's less clear that that's correct - but execTuples.c wouldn't be the right place. Author: Ashutosh Bapat. Discussion: https://postgr.es/m/20180220224318.gw4oe5jadhpmcdnm@alap3.anarazel.de
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions