aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-03-25 14:54:16 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-03-25 14:54:16 -0400
commit3a2cb59887421a04b5ee158580198d731d115c61 (patch)
tree0c105b3df85de0e935581334c69c2fea56a2bb25 /src/backend/executor/nodeModifyTable.c
parentee4a2c4a0345f2589ce32b64493b1b14e87f0465 (diff)
downloadpostgresql-3a2cb59887421a04b5ee158580198d731d115c61.tar.gz
postgresql-3a2cb59887421a04b5ee158580198d731d115c61.zip
Remove useless if-test.
Coverity complained that this check is pointless, and it's right. There is no case where we'd call ExecutorStart with a null plannedstmt, and if we did, it'd have crashed before here. Thinko in commit cc415a56d.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions