A couple of ecpg issues in CVS tip - Mailing list pgsql-bugs

From Tom Lane
Subject A couple of ecpg issues in CVS tip
Date
Msg-id 8593.1129336357@sss.pgh.pa.us
Whole thread Raw
List pgsql-bugs
I'm noticing a couple of unexpected warnings on an x86_64 machine:

descriptor.c: In function 'ECPGset_desc':
descriptor.c:506: warning: passing argument 1 of 'ECPGget_variable' from incompatible pointer type

This probably needs the same hack as in execute.c.

pgc.l:1094: warning, -s option given but default rule can be matched

This indicates a "hole" in the lexer rules.   Probably needs looking at.
(This machine has flex 2.5.31.  Curiously, I see no such warning with
flex 2.5.4 ... so it might be bogus.)

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: BUG #1956: Plpgsql top-level DECLARE does not share scope
Next
From: "Karl O. Pinc"
Date:
Subject: Re: BUG #1956: Plpgsql top-level DECLARE does not share