Re: Results of port of Sept 18 port of PostgreSQL

Lists: pgsql-hackers
From: Robert Bruccoleri <bruc(at)pluto(dot)njcc(dot)com>
To: pgsql-hackers(at)hub(dot)org, scrappy(at)hub(dot)org, maillist(at)candle(dot)pha(dot)pa(dot)us
Subject: Results of port of Sept 18 port of PostgreSQL
Date: 1998-09-20 03:50:44
Message-ID: 199809200350.XAA05045@pluto.njcc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

At this point the Irix port is nearly complete. There are two problems
that remain.

First, the snprintf function does not process the %lld format
correctly. Frankly, there is no reason to use it in
src/backend/utils/adt/int8.c because there is not chance of exceeding
the supplied buffer. sprintf is safe in this circumstance and works
correctly.

Second, the SGI C++ compiler does not recognize #include <string>,
and it fails.

I still have to run a multiprocess test of the new locking code,
and will let you know the results when I have them.

Overall, PostgreSQL is looking good!

+------------------------------------------+------------------------------+
| Robert E. Bruccoleri, Ph.D. | Associate Research Professor |
| President | Center for Advanced |
| Congenomics, Inc. | Biotechnology and Medicine |
| P.O. Box 314 | Rutgers University |
| Pennington, NJ 08534 | 679 Hoes Lane |
| Phone: 609 737 6383 | Piscataway, NJ 08854-5638 |
+------------------------------------------+ phone: 732 235 5796 |
| email: bruc(at)acm(dot)org | Fax: 732 235 4850 |
| URL: http://www.cabm.rutgers.edu/~bruc | |
+------------------------------------------+------------------------------+


From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: bruc(at)pluto(dot)njcc(dot)com (Robert Bruccoleri)
Cc: pgsql-hackers(at)hub(dot)org, scrappy(at)hub(dot)org
Subject: Re: Results of port of Sept 18 port of PostgreSQL
Date: 1998-09-21 02:18:57
Message-ID: 199809210218.WAA16967@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

> At this point the Irix port is nearly complete. There are two problems
> that remain.
>
> First, the snprintf function does not process the %lld format
> correctly. Frankly, there is no reason to use it in
> src/backend/utils/adt/int8.c because there is not chance of exceeding
> the supplied buffer. sprintf is safe in this circumstance and works
> correctly.

Are you talking about the Irix snprintf, our our ports/snprintf.c?

>
> Second, the SGI C++ compiler does not recognize #include <string>,
> and it fails.

Where is this?

>
> I still have to run a multiprocess test of the new locking code,
> and will let you know the results when I have them.
>
> Overall, PostgreSQL is looking good!

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
http://www.op.net/~candle | (610) 353-9879(w)
+ If your life is a hard drive, | (610) 853-3000(h)
+ Christ can be your backup. |