Re: [PATCHES] External Sort timing debug statements

2005-10-03 Thread Simon Riggs
On Mon, 2005-10-03 at 18:59 -0400, Tom Lane wrote: > Simon Riggs <[EMAIL PROTECTED]> writes: > >> The following patch implements a fairly light set of timing statements > >> aimed at understanding external sort performance. There is no attempt to > >> alter the algorithms. > > > Minor update of pa

Re: [PATCHES] External Sort timing debug statements

2005-10-03 Thread Tom Lane
Simon Riggs <[EMAIL PROTECTED]> writes: >> The following patch implements a fairly light set of timing statements >> aimed at understanding external sort performance. There is no attempt to >> alter the algorithms. > Minor update of patch, use this version please. Applied with revisions: I made i

Re: [PATCHES] External Sort timing debug statements

2005-10-02 Thread Simon Riggs
On Sun, 2005-10-02 at 19:43 +0100, Simon Riggs wrote: > The following patch implements a fairly light set of timing statements > aimed at understanding external sort performance. There is no attempt to > alter the algorithms. Minor update of patch, use this version please. > Best Regards, Simon R