File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.7 1998/01/05 03:32:26 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.8 1998/01/06 23:58:05 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -263,7 +263,6 @@ transformSortClause(ParseState *pstate,
263
263
TargetEntry * restarget ;
264
264
Resdom * resdom ;
265
265
266
- sortlist = NIL ; /* we create it on the fly here */
267
266
268
267
restarget = find_targetlist_entry (pstate , sortby , targetlist );
269
268
if (restarget == NULL )
@@ -274,9 +273,7 @@ transformSortClause(ParseState *pstate,
274
273
resdom -> restype ,
275
274
resdom -> restype , false));
276
275
if (sortlist == NIL )
277
- {
278
276
s = sortlist = lcons (sortcl , NIL );
279
- }
280
277
else
281
278
{
282
279
List * i ;
You can’t perform that action at this time.
0 commit comments