|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * 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 $ |
12 | 12 | *
|
13 | 13 | *-------------------------------------------------------------------------
|
14 | 14 | */
|
@@ -263,12 +263,6 @@ ExecRemoveJunk(JunkFilter *junkfilter, TupleTableSlot *slot)
|
263 | 263 | cleanLength=junkfilter->jf_cleanLength;
|
264 | 264 | cleanMap=junkfilter->jf_cleanMap;
|
265 | 265 |
|
266 |
| -/* |
267 |
| - * Handle the trivial case first. |
268 |
| - */ |
269 |
| -if (cleanLength==0) |
270 |
| -returnNULL; |
271 |
| - |
272 | 266 | /*
|
273 | 267 | * Create the arrays that will hold the attribute values and the null
|
274 | 268 | * information for the new "clean" tuple.
|
|