Re: [PATCHES] 2WRS [WIP]

2008-03-24 Thread Bruce Momjian

We need more testing to show this is a good idea.

---

Manolo _ wrote:
 
 HI.
 
 I send you the diff of my code against the current CVS TIP.
 Please tell me if it's what you were asking for.
 
 Thanks.
 
 Regards, Manolo di Domenico
 
 
  Date: Wed, 6 Feb 2008 17:03:16 -0800
  From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: Re: [PATCHES] 2WRS [WIP]
 
 
  Go here and snoop around a bit.
 
  http://neilconway.org/talks/hacking
 _
 Express yourself instantly with MSN Messenger! Download today it's FREE!
 http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
[ Attachment, skipping... ]

 
 ---(end of broadcast)---
 TIP 5: don't forget to increase your free space map settings

-- 
  Bruce Momjian  [EMAIL PROTECTED]http://momjian.us
  EnterpriseDB http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

-- 
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches


Re: [PATCHES] 2WRS [WIP]

2008-02-21 Thread Jaime Casanova
On Thu, Feb 21, 2008 at 6:44 AM,  [EMAIL PROTECTED] wrote:
 Hi.

 That's the last release and refers to 8.3.0 and not to 8.2.5 as before. Hope
 you can tell me if I created it correctly please.


no, it doesn't...

 ! /* GUC variables */
   #ifdef TRACE_SORT
   booltrace_sort = false;
   #endif
 - #ifdef DEBUG_BOUNDED_SORT
 - booloptimize_bounded_sort = true;
 - #endif

it's seems you're removing something added in 8.3

-- 
regards,
Jaime Casanova

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning.
 Richard Cook

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


Re: [PATCHES] 2WRS [WIP]

2008-02-08 Thread Decibel!
On Fri, Feb 08, 2008 at 12:27:23AM -0500, Jaime Casanova wrote:
 On Feb 7, 2008 6:04 AM, Manolo _ [EMAIL PROTECTED] wrote:
 
  HI.
 
  I send you the diff of my code against the current CVS TIP.
  Please tell me if it's what you were asking for.
 
 
 not actually, because your patch removes an improvement that was
 included in 8.3...
 what you will have to do (if someone has a better solution feel free
 to comment on this) is to manually merge your 8.2's patch into the
 8.3's source and then generate a diff

s/8.3/HEAD/
-- 
Decibel!, aka Jim C. Nasby, Database Architect  [EMAIL PROTECTED] 
Give your computer some brain candy! www.distributed.net Team #1828


pgpiovHuPRYnM.pgp
Description: PGP signature


Re: [PATCHES] 2WRS [WIP]

2008-02-07 Thread Jaime Casanova
On Feb 7, 2008 6:04 AM, Manolo _ [EMAIL PROTECTED] wrote:

 HI.

 I send you the diff of my code against the current CVS TIP.
 Please tell me if it's what you were asking for.


not actually, because your patch removes an improvement that was
included in 8.3...
what you will have to do (if someone has a better solution feel free
to comment on this) is to manually merge your 8.2's patch into the
8.3's source and then generate a diff

another sugestion is to comment a little more your code. simply put a
mark where you modify something is not a comment, specially if you can
get that info from a simple cvs diff

-- 
regards,
Jaime Casanova

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning.
   Richard Cook

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


Re: [PATCHES] 2WRS [WIP]

2008-02-06 Thread David Fetter
On Mon, Feb 04, 2008 at 07:10:10PM +0100, [EMAIL PROTECTED] wrote:
 Hi to all.
 
 I'm implementing a refinement of the External Sorting (ES) algorithm
 [postgresql-8.2.5/src/backend/utils/sort/tuplesort.c] . The patch is
 still WIP.

Patches for new features need to be on CVS TIP, as the project does
not add new features to stable releases.

How do you want to be named on this?

Cheers,
David.
-- 
David Fetter [EMAIL PROTECTED] http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter  XMPP: [EMAIL PROTECTED]

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate