Re: [HACKERS] [PORTS] [COMMITTERS] pgsql-server/src/template bsdi freebsd

2003-10-14 Thread Henry B. Hotz
At 10:45 AM -0400 10/9/03, Bruce Momjian wrote: 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 compilati

Re: [HACKERS] [PORTS] [COMMITTERS] pgsql-server/src/template bsdi

2003-10-09 Thread Bruce Momjian
Sean Chittenden wrote: > > Oh, OK. I am on a dual, so maybe that's why I see an improvement. > > If I can get another BSD guy to test this, I can remove the pipe for > > all the BSD's. > > When benchmarking FreeBSD via worldstone, -pipe makes a difference > (how much remains a debate). Since Post

Re: [HACKERS] [PORTS] [COMMITTERS] pgsql-server/src/template bsdi

2003-10-09 Thread Sean Chittenden
> Oh, OK. I am on a dual, so maybe that's why I see an improvement. > If I can get another BSD guy to test this, I can remove the pipe for > all the BSD's. When benchmarking FreeBSD via worldstone, -pipe makes a difference (how much remains a debate). Since PostgreSQL's compile is small enough, i

Re: [HACKERS] [PORTS] [COMMITTERS] pgsql-server/src/template bsdi

2003-10-09 Thread Bruce Momjian
Jan Wieck wrote: > >> >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- > >> > bl

Re: [HACKERS] [PORTS] [COMMITTERS] pgsql-server/src/template bsdi

2003-10-09 Thread Jan Wieck
Bruce Momjian wrote: Henry B. Hotz wrote: >> 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 fo

Re: [HACKERS] [PORTS] [COMMITTERS] pgsql-server/src/template bsdi freebsd

2003-10-09 Thread Bruce Momjian
Henry B. Hotz wrote: > >> 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 commu

Re: [HACKERS] [PORTS] [COMMITTERS] pgsql-server/src/template bsdi freebsd netbsd

2003-10-09 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian writes: > > > > 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. > > On my (Linux) system, no -pipe is always faster than -pipe. > > > so

Re: [HACKERS] [PORTS] [COMMITTERS] pgsql-server/src/template bsdi freebsd

2003-10-09 Thread Peter Eisentraut
Bruce Momjian writes: > > 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. On my (Linux) system, no -pipe is always faster than -pipe. > so it looks like we can't use it on all plat