Re: plpgsql CASE statement - last version

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: plpgsql CASE statement - last version
Date: 2008-05-01 12:44:12
Message-ID: c2d9e70e0805010544k4adfd686x1360ff5385c1bc04@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Sat, Apr 5, 2008 at 6:57 AM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
> Hello
>
> I found some bugs when I used base_lexer, so I returned back own
> lexer. It's only little bit longer, but simpler.
>

you really compile this one? i get a complain because
read_sql_construct is called with 8 arguments and it should have only
7...

+ expr = read_sql_construct(',', K_THEN, 0, "THEN",
+ "SELECT ", true, true, &tok);

gram.y: In function 'plpgsql_yyparse':
gram.y:1697: warning: passing argument 5 of 'read_sql_construct' makes
integer from pointer without a cast
gram.y:1697: warning: passing argument 7 of 'read_sql_construct' makes
pointer from integer without a cast
gram.y:1697: error: too many arguments to function 'read_sql_construct'

--
regards,
Jaime Casanova
Soporte de PostgreSQL
Guayaquil - Ecuador
Cel. (593) 087171157

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Pavel Stehule 2008-05-01 12:59:22 Re: plpgsql CASE statement - last version
Previous Message Gregory Stark 2008-05-01 10:52:20 Re: [0/4] Proposal of SE-PostgreSQL patches