Re: [HACKERS] Adding new joining alghoritm to postgresql

2013-07-22 Thread Craig Ringer
On 07/19/2013 09:47 PM, tubadzin wrote: > Hi. I'm a little confused. > 1.I have source code 9.2.4. version from > http://www.postgresql.org/ftp/source/ >2.I want to add new alghoritm to > index nested loops join, merge join and hash join. I have Executor > catalog in src catalag containing n

Re: [HACKERS] Adding new joining alghoritm to postgresql

2013-07-19 Thread Amit kapila
On Friday, July 19, 2013 7:17 PM tubadzin wrote: > Hi. I'm a little confused. 1.I have source code 9.2.4. version from > http://www.postgresql.org/ftp/source/ > 2.I want to add new alghoritm to index nested loops join, merge join and hash > join. > I have Executor catalog in src catalag c

[HACKERS] Adding new joining alghoritm to postgresql

2013-07-19 Thread tubadzin
Hi.I'm a little confused. 1.I have source code 9.2.4. version fromhttp://www.postgresql.org/ftp/source/ 2.I want to add new alghoritm to index nested loops join, merge join and hash join. I have Executor catalog in src catalag containing nodeHash.c, nodeHasjoin.c, nodeMergejoin and nodeNestloop