From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Neil Conway <neilc(at)samurai(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>, PostgreSQL-ports <pgsql-ports(at)postgreSQL(dot)org> |
Subject: | Re: [COMMITTERS] pgsql-server/src/template bsdi freebsd netbsd ... |
Date: | 2003-10-09 14:45:32 |
Message-ID: | 200310091445.h99EjWF29809@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers pgsql-ports |
Neil Conway wrote:
> On Thu, 2003-10-09 at 09:35, Bruce Momjian wrote:
> > I only put back what was already there --- not sure why others don't use
> > it. You want it enabled on Linux?
>
> Well, why do we have it enabled at all? If it's to speed compilation, we
> may as well enable it on other platforms where -pipe works, of which
> Linux is one.
My gcc 2.95.3 manual says:
-pipe Use pipes rather than temporary files for communi-
cation between the various stages of compilation.
This fails to work on some systems where the assem-
bler cannot read from a pipe; but the GNU assembler
has no trouble.
so it looks like we can't use it on all platforms without testing. I
will enable it for linux. Do people want to test other platforms?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-10-09 14:47:59 | pgsql-server/src/template linux |
Previous Message | Neil Conway | 2003-10-09 14:40:41 | Re: pgsql-server/src/template bsdi freebsd netbsd ... |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2003-10-09 14:52:08 | Re: 2-phase commit |
Previous Message | Bruce Momjian | 2003-10-09 14:42:03 | Re: 2-phase commit |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2003-10-09 16:46:21 | Re: [COMMITTERS] pgsql-server/src/template bsdi freebsd |
Previous Message | Neil Conway | 2003-10-09 14:40:41 | Re: pgsql-server/src/template bsdi freebsd netbsd ... |