Remove test for NULL node in ExecProcNode(). No place ever calls

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a6bbfedcf7a899c91182f373f93f15f5af247647
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-06T20:13:49Z
Releases: 8.1.0
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.

Files

PathChange+/−
src/backend/executor/execProcnode.c modified +1 −7