Skip to content
Snippets Groups Projects
Commit a6bbfedc authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent ad161bcc
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment