Re: Tuning current tuplesort external sort code for 8.2 - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Tuning current tuplesort external sort code for 8.2
Date
Msg-id 1128424970.8603.293.camel@localhost.localdomain
Whole thread Raw
In response to Re: Tuning current tuplesort external sort code for 8.2  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
On Tue, 2005-10-04 at 12:37 +0200, Martijn van Oosterhout wrote:

> Since we're pretty much relying on gcc to inline for performance, I
> still think we should add -Winline by default so we can tell when it's
> not doing what we want.

Very much agree to this. Can we put that in the build for 8.1 please?

People need to know we expect certain code to be inlined and they need
warnings when this does not occur.

Best Regards, Simon Riggs



pgsql-hackers by date:

Previous
From: Markus Schiltknecht
Date:
Subject: memory bug debugging
Next
From: Simon Riggs
Date:
Subject: Re: [PERFORM] A Better External Sort?