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