ECPG buglet? - Mailing list pgsql-hackers

From Magnus Hagander
Subject ECPG buglet?
Date
Msg-id 20070125122357.GB27011@svr2.hagander.net
Whole thread Raw
Responses Re: ECPG buglet?  (Michael Meskes <meskes@postgresql.org>)
List pgsql-hackers
Looking at the VC warnings, I find that in ECPGDynamicType()
(typename.c in ecpglib), the default branch of the case statement
returns "-type". But the function returns "unsigned int", so returning a
negative value seems very strange to me.

At least it throws a warning in VC++. 

//Magnus


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Questions about warnings
Next
From: Peter Eisentraut
Date:
Subject: Re: Questions about warnings