Re: [PERFORM] A Better External Sort?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, Ron Peacetree <rjpeace(at)earthlink(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PERFORM] A Better External Sort?
Date: 2005-10-04 15:01:59
Message-ID: 8303.1128438119@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> 1. Add -Winline so we can at least be aware of when it's (not) happening.

Yeah, I agree with that part, just not with adding a fixed -finline-limit
value.

While on the subject of gcc warnings ... if I touch that code, I want to
remove -Wold-style-definition from the default flags, too. It's causing
much more clutter than it's worth, because all the flex files generate
several such warnings.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-10-04 15:05:49 Re: Inherited indexes.
Previous Message Jim C. Nasby 2005-10-04 14:59:03 Re: pg_dump versioning

Browse pgsql-performance by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-10-04 15:23:41 Re: [PERFORM] A Better External Sort?
Previous Message Simon Riggs 2005-10-04 14:56:53 Re: [PERFORM] A Better External Sort?