Skip to content

Commit ef9ed9b

Browse files
author
Michael Meskes
committed
Use string component in index structure.
1 parent e6c7f7c commit ef9ed9b

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: SimpleTypename opt_array_bounds
39713971
{ $$ = cat2_str($1, $2.str); }
39723972
| SETOF SimpleTypename opt_array_bounds
3973-
{ $$ = cat_str(3, make_str("setof"), $2, $3); }
3973+
{ $$ = cat_str(3, make_str("setof"), $2, $3.str); }
39743974
| SimpleTypename ARRAY '[' PosIntConst ']'
39753975
{ $$ = cat_str(4, $1, make_str("array ["), $4, make_str("]")); }
39763976
| SETOF SimpleTypename ARRAY '[' PosIntConst ']'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy