From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Michael Meskes <meskes(at)postgresql(dot)org> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | A couple of ecpg issues in CVS tip |
Date: | 2005-10-15 00:32:37 |
Message-ID: | 8593.1129336357@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-10-16 04:41:04 | Re: BUG #1963: SSL certificate permission check is too strict |
Previous Message | Bruce Momjian | 2005-10-14 21:19:24 | Re: [BUGS] Bug#333854: pg_group file update problems |