Re: 8.1beta, Subtle bug in COPY in Solaris systems - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 8.1beta, Subtle bug in COPY in Solaris systems
Date
Msg-id 13056.1125587966@sss.pgh.pa.us
Whole thread Raw
In response to 8.1beta, Subtle bug in COPY in Solaris systems  ("Sergey E. Koposov" <math@sai.msu.ru>)
Responses Re: 8.1beta, Subtle bug in COPY in Solaris systems
List pgsql-hackers
"Sergey E. Koposov" <math@sai.msu.ru> writes:
> 2660c2660
> <       if (isdigit(hex))
> ---
> >      if (isdigit((unsigned char)hex))

Sigh.  We keep fixing these, and they keep creeping back in.  I wish
there were a way to get some more-mainstream compiler to warn about
passing chars to the <ctype.h> functions.

Thanks for the report.  You only saw the three?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: broken configure, broken makefile?
Next
From: Andrew - Supernews
Date:
Subject: Re: TODO item: set proper permissions on non-system schemas