Re: [HACKERS] Implementing a new Join Algorithm

2003-01-05 Thread Sailesh Krishnamurthy
> "Tom" == Tom Lane <[EMAIL PROTECTED]> writes: Tom> Anagh Lal <[EMAIL PROTECTED]> writes: >> I am trying to test a new join algorithm by implementing it on >> Postgresql. It would be great if you could give me some start >> off pointers so as to where all in the source code I

Re: [HACKERS] Implementing a new Join Algorithm

2003-01-05 Thread Tom Lane
Anagh Lal <[EMAIL PROTECTED]> writes: > I am trying to test a new join algorithm by > implementing it on Postgresql. > It would be great if you could give me some start off > pointers so as to where all in the source code I will > have to make changes. Lots of places ;-). You will find that a fu

[HACKERS] Implementing a new Join Algorithm

2003-01-05 Thread Anagh Lal
Hi, I am trying to test a new join algorithm by implementing it on Postgresql. It would be great if you could give me some start off pointers so as to where all in the source code I will have to make changes. (I figure that I need to make executor nodes, so i might need to write nodeNewjoin.c etc