File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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/analyze.c,v 1.27 1997/04/29 04:32:26 vadim Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.28 1997/05/08 02:45:53 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -1047,7 +1047,7 @@ transformTargetList(ParseState *pstate, List *targetlist)
1047
1047
char * resname ;
1048
1048
1049
1049
identname = ((Ident * )res -> val )-> name ;
1050
- handleTargetColname (pstate , & res -> name , NULL , res -> name );
1050
+ handleTargetColname (pstate , & res -> name , NULL , identname );
1051
1051
1052
1052
/* here we want to look for column names only, not relation */
1053
1053
/* names (even though they can be stored in Ident nodes, */
You can’t perform that action at this time.
0 commit comments