> "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
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
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