pgsql: Remove test for NULL node in ExecProcNode().

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove test for NULL node in ExecProcNode().
Date: 2005-04-06 20:13:49
Message-ID: 20050406201349.C5C3353538@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/executor:
execProcnode.c (r1.47 -> r1.48)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execProcnode.c.diff?r1=1.47&r2=1.48)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-04-06 23:56:07 pgsql: Apply the "nodeAgg" optimization to more of the builtin
Previous Message User Jwp 2005-04-06 20:03:37 python - ex: Imported Sources