Index: executor/execMain.c =================================================================== RCS file: /home/alvherre/cvs/pgsql/src/backend/executor/execMain.c,v retrieving revision 1.239 diff -c -r1.239 execMain.c *** executor/execMain.c 7 Oct 2004 18:38:49 -0000 1.239 --- executor/execMain.c 26 Dec 2004 01:54:19 -0000 *************** *** 542,548 **** } /* ! * Detect whether we're doing SELECT INTO. If so, set the force_oids * flag appropriately so that the plan tree will be initialized with * the correct tuple descriptors. */ --- 542,548 ---- } /* ! * Detect whether we're doing SELECT INTO. If so, set the es_into_oids * flag appropriately so that the plan tree will be initialized with * the correct tuple descriptors. */