Re: SunOS patch for memcmp()

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgman(at)candle(dot)pha(dot)pa(dot)us
Cc: lockhart(at)fourpalms(dot)org, tgl(at)sss(dot)pgh(dot)pa(dot)us, peter_e(at)gmx(dot)net, pgsql-patches(at)postgresql(dot)org
Subject: Re: SunOS patch for memcmp()
Date: 2001-12-21 01:44:59
Message-ID: 20011221104459U.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2001-12-21 02:47:01 contrib idea
Previous Message mlw 2001-12-21 00:53:10 Integer aggregate and enum

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2001-12-21 03:23:14 FreeBSD/Alpha patch
Previous Message Bruce Momjian 2001-12-20 21:40:46 Re: SunOS patch for memcmp()