Remove test for NULL node in ExecProcNode(). No place ever calls
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execProcnode.c | modified | +1 −7 |