From: | Pavel PaJaSoft Janousek <pajasoft(at)pinknet(dot)cz> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Error in EGCS |
Date: | 1999-01-20 12:06:18 |
Message-ID: | Pine.LNX.3.95.990120130059.9753A-100000@io.pinknet.cz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
I use EGCS distributed with PGSQL 6.4.2 for integraring ESQL with C
and C++, but I found one bug.
When I use clausule exec sql whenever not fount goto sem; compiler
accepts this, but in generated source like this:
if (sqlca.sqlcode == ECPG_NOT_FOUND) goto @^&%$&;
@^&*^&^ is often diferent, but always is bad - never it is correctly 'goto
sem;'
I think, that this is pointer bug in ECPG.
Thanx
za FoNet, spol. s r.o., Pavel Janousek
From | Date | Subject | |
---|---|---|---|
Next Message | Wolfgang Stroh | 1999-01-20 12:59:28 | extending pg_type |
Previous Message | Dave Page | 1999-01-20 11:38:55 | pgAdmin 6.4.1 Release |