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

Commitef9ed9b

Browse files
author
Michael Meskes
committed
Use string component in index structure.
1 parente6c7f7c commitef9ed9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/preproc/preproc.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.380 2008/10/29 08:04:53 petere Exp $*/
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.381 2008/11/01 12:42:14 meskes Exp $*/
22

33
/* Copyright comment*/
44
%{
@@ -3970,7 +3970,7 @@ TableFuncElement:ColId Typename{ $$ = cat2_str($1, $2); }
39703970
Typename:SimpleTypenameopt_array_bounds
39713971
{$$ = cat2_str($1,$2.str); }
39723972
|SETOFSimpleTypenameopt_array_bounds
3973-
{$$ = cat_str(3, make_str("setof"),$2,$3); }
3973+
{$$ = cat_str(3, make_str("setof"),$2,$3.str); }
39743974
|SimpleTypenameARRAY'['PosIntConst']'
39753975
{$$ = cat_str(4,$1, make_str("array ["),$4, make_str("]")); }
39763976
|SETOFSimpleTypenameARRAY'['PosIntConst']'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp