Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91f4df2

Browse files
committed
Fix typechecking problem pointed out by Thomas.
1 parentffb38bd commit91f4df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/parser/analyze.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* 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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1047,7 +1047,7 @@ transformTargetList(ParseState *pstate, List *targetlist)
10471047
char*resname;
10481048

10491049
identname= ((Ident*)res->val)->name;
1050-
handleTargetColname(pstate,&res->name,NULL,res->name);
1050+
handleTargetColname(pstate,&res->name,NULL,identname);
10511051

10521052
/* here we want to look for column names only, not relation */
10531053
/* names (even though they can be stored in Ident nodes, */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp