*** nodeSubplan.c.orig Fri Nov 27 23:13:02 1998 --- nodeSubplan.c Mon Feb 1 18:19:05 1999 *************** *** 121,126 **** --- 121,127 ---- ExecCreateTupleTable(ExecCountSlotsNode(node->plan) + 10); pfree(sp_estate->es_refcount); sp_estate->es_refcount = estate->es_refcount; + sp_estate->es_snapshot = estate->es_snapshot; if (!ExecInitNode(node->plan, sp_estate, NULL)) return false;