index 71b274530cfac23389926b6ed787b53b3565250e..ff8caf16f01233030b4f5e6ba2660538ffbc1099 100644 (file)
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/executor/execProcnode.c,v 1.47 2005年03月25日 21:57:58 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/executor/execProcnode.c,v 1.48 2005年04月06日 20:13:49 tgl Exp $
*
*-------------------------------------------------------------------------
*/
CHECK_FOR_INTERRUPTS();
- /*
- * deal with NULL nodes..
- */
- if (node == NULL)
- return NULL;
-
if (node->chgParam != NULL) /* something changed */
ExecReScan(node, NULL); /* let ReScan handle this */