Re: OSX & Performance

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Trout <threshar(at)torgo(dot)978(dot)org>
Cc: postgres performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: OSX & Performance
Date: 2005-08-29 17:57:34
Message-ID: 11273.1125338254@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Jeff Trout <threshar(at)torgo(dot)978(dot)org> writes:
> On Aug 28, 2005, at 4:00 PM, Tom Lane wrote:
>> I see -O2 when building PG (CVS tip) on a fully up-to-date 10.4.2
>> machine. Maybe something odd in your environment, like a preset
>> CFLAGS setting?

> 8.0.3 doesn't have any optimization flags
> 8.1beta1 doesn't have any optimization
> ie: gcc -no-cpp-precomp -Wall -Wmissing-prototypes -Wpointer-arith -
> Wdeclaration-after-statement -Wold-style-definition -Wendif-labels -
> fno-strict-aliasing -I../../src/port -I../../src/include -c
> thread.c -o thread_srv.o

You must have CFLAGS set to empty in your build environment, because
configure will certainly default to -O2 if not overridden. It works
fine for me on OS X. Maybe you want to trace through the configure
script and see why it's doing something else?

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message asif ali 2005-08-29 18:07:17 Re: Weird performance drop after VACUUM
Previous Message Jeff Trout 2005-08-29 17:27:25 Re: OSX & Performance