Re: dyntest.pgc not working in 7.4 ?

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: "Liang, Guang Yu (Lucy)" <lucyliang(at)lucent(dot)com>
Cc: Seum-Lim Gan <slgan(at)lucent(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: dyntest.pgc not working in 7.4 ?
Date: 2003-12-26 20:30:40
Message-ID: 20031226203040.GB4158@1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sat, Dec 20, 2003 at 05:48:41AM +0800, Liang, Guang Yu (Lucy) wrote:
> I attach the logs here with empty database and pg_table.
> (I assume the empty database means we don't assign
> DB any value such as "mm"). The log is big since it

Actually I also meant to use a database with no tables defined other
than the system ones.

> Another thing is when I query a non-existing table, there
> are Errors in the log, but the the dyntest example didn't stop
> either. So it seems to me the sqlca.sqlcode is never set.
> I have also tried to print out sqlstate, it's always 00000.

The same seems to happen with NOT FOUND. The log files says "raising
sqlcode 100 in line 57, 'No data found in line 57.'." more than 500
times. :-(

Did you compile with ENABLE_THREAD_SAFETY?

Is there a way for me to get a login into your machine? The code looks
okay to me. At the moment I have no idea what's going on.

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!

Browse pgsql-bugs by date

  From Date Subject
Next Message Daniel Lau 2003-12-29 04:16:59 Re: Bug? (geo operator @ )
Previous Message Michael Meskes 2003-12-26 20:00:23 Re: ecpg c++ scope operator lost