AW: AW: PostgreSQL pre-7.1 Linux/Alpha Status... - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: AW: PostgreSQL pre-7.1 Linux/Alpha Status...
Date
Msg-id 11C1E6749A55D411A9670001FA687963368194@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
Responses Re: AW: AW: PostgreSQL pre-7.1 Linux/Alpha Status...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> > IIRC oid uses int4in/int4out and those should definitely be able to parse
> > -1040 into a 4 byte signed long without platform dependency, no ?
> 
> Tom Lane changed this recently to have OID use its own i/o routines.

Reading the code, I don't understand it. Why would strtoul return an int in the 
first place ? The name seems to imply an unsigned long return type. 
Seems config should check the return type of strtoul.

Andreas


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: AW: PostgreSQL pre-7.1 Linux/Alpha Status...
Next
From: Tom Lane
Date:
Subject: Re: AW: PostgreSQL pre-7.1 Linux/Alpha Status...