File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/src/backend/executor/execJunk.c,v 1.38 2004/01 /07 18:56:26 neilc Exp $
11+ * $PostgreSQL: pgsql/src/backend/executor/execJunk.c,v 1.39 2004/04 /07 18:46:12 tgl Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
@@ -263,12 +263,6 @@ ExecRemoveJunk(JunkFilter *junkfilter, TupleTableSlot *slot)
263263 cleanLength = junkfilter -> jf_cleanLength ;
264264 cleanMap = junkfilter -> jf_cleanMap ;
265265
266- /*
267- * Handle the trivial case first.
268- */
269- if (cleanLength == 0 )
270- return NULL ;
271-
272266 /*
273267 * Create the arrays that will hold the attribute values and the null
274268 * information for the new "clean" tuple.
You can’t perform that action at this time.
0 commit comments