OSDN Git Service

Remove test for NULL node in ExecProcNode(). No place ever calls
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 6 Apr 2005 20:13:49 +0000 (20:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 6 Apr 2005 20:13:49 +0000 (20:13 +0000)
commita6bbfedcf7a899c91182f373f93f15f5af247647
treeaa1e05c14257666bc51ba32de35458a860ddad91
parentad161bcc8a3792d18ef2f3ebe66bb1e22d42b6f2
Remove test for NULL node in ExecProcNode().  No place ever calls
ExecProcNode() with a NULL value, so the test couldn't do anything
for us except maybe mask bugs.  Removing it probably doesn't save
anything much either, but then again this is a hot-spot routine.
src/backend/executor/execProcnode.c