From: | Michael Meskes <meskes(at)postgresql(dot)org> |
---|---|
To: | Carmen Gloria Sepulveda Dedes <csepulveda(at)atichile(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Problem with ecpg |
Date: | 2003-10-31 14:12:18 |
Message-ID: | 20031031141218.GA5363@feivel.fam-meskes.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, Oct 31, 2003 at 10:26:28AM -0300, Carmen Gloria Sepulveda Dedes wrote:
> To compile, we do"ecpg code.pgc" and the standart output prints:
> ....
> prueba.pgc:19: ERROR: Unterminated quoted identifier
> prueba.pgc:19: ERROR: Unterminated quoted identifier
> prueba.pgc:19: ERROR: Unterminated quoted identifier
> prueba.pgc:19: ERROR: Unterminated quoted identifier
> prueba.pgc:19: ERROR: Unterminated quoted identifier
> ....
Yes, it doesn't make sense to try to keep on parsing when finding an EOF
inside a string. :-)
I just fixed this in CVS, Version 3.0.0 coming with pgsql 7.4 will no
longer run this endless loop.
Thanks for reporting this bug.
Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!
From | Date | Subject | |
---|---|---|---|
Next Message | Kolus Maximiliano | 2003-10-31 14:14:58 | problem with huge joins |
Previous Message | Tom Lane | 2003-10-31 14:10:06 | Re: slow query performance |