Re: [HACKERS] implementing another hash join...

2004-10-13 Thread Tom Lane
Martha Chronopoulou <[EMAIL PROTECTED]> writes: > Im new to postgres and I'm about to implement the algorithm "double > pipelined hash join". I've started using SPI functions but soon I > realised that I 'm not at the right way (am I?). Not even close. You need to be implementing new executor

[HACKERS] implementing another hash join...

2004-10-13 Thread Martha Chronopoulou
Hi, Im new to postgres and I'm about to implement the algorithm "double pipelined hash join". I've started using SPI functions but soon I realised that I 'm not at the right way (am I?). Is there a way that I'm not obliged to change code of the optimizer of postgres but to write a seperate c