Re: SunOS patch for memcmp() - Mailing list pgsql-patches

From Tatsuo Ishii
Subject Re: SunOS patch for memcmp()
Date
Msg-id 20011221104459U.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: SunOS patch for memcmp()  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
> > Right. I'll plop SunOS back into the list of supported platforms for
> > this release. Thanks for the work Tatsuo and Bruce!
>
> OK, I have four votes for the patch, and one against.  I will apply it
> now.  We can consider SunOS supported.  There is the the problem that
> overflow is not detected by strtol but that is not a critical feature:
>
>   INSERT INTO INT4_TBL(f1) VALUES ('1000000000000');
> - ERROR:  pg_atoi: error reading "1000000000000": Numerical result out of range
>
> I will try to get that fixed for 7.3.

Please note that (as I said before), I only tested the serial
regression test. I did not execute the parallel test.
--
Tatsuo Ishii

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: SunOS patch for memcmp()
Next
From: "Christopher Kings-Lynne"
Date:
Subject: FreeBSD/Alpha patch