On Tue, Jul 26, 2005, Igor Stroh <[EMAIL PROTECTED]> said:

> Thomas Mueller wrote:

>> dbpgsql.c: In function `db_connect':
>> dbpgsql.c:80: warning: implicit declaration of function `PQServerVersion'
>> dbpgsql.c:83: warning: implicit declaration of function
>> `pg_encoding_to_char'
>> dbpgsql.c:83: warning: implicit declaration of function `PGclientEncoding'

Crud. What do we have on 7.x for testing the encoding types?

>> dbpgsql.c:83: warning: assignment makes pointer from integer without a cast
>> dbpgsql.c:86: error: `FATAL' undeclared (first use in this function)
>> dbpgsql.c:86: error: (Each undeclared identifier is reported only once
>> dbpgsql.c:86: error: for each function it appears in.)
>> 
>> It should be TRACE_FATAL instead of FATAL.

Oops, fixed. Thanks!

Aaron

Reply via email to