Implementing a join algorithm in Postgres - Mailing list pgsql-hackers

From Ravi Kiran
Subject Implementing a join algorithm in Postgres
Date
Msg-id CAOh57xE9gjoZfix0ARno9qTAo+UgV6NQbCXLuux_47V5ynW1HA@mail.gmail.com
Whole thread Raw
Responses Re: Implementing a join algorithm in Postgres
List pgsql-hackers
Hi, 

I have written a C program which reads from 3 files(Each file is table having 2 columns and thousands of rows).The program is used to join those 3 tables and the algorithm which I have written will work only for those 3 files. Now I want to test this program for postgres. Can someone tell me how to do that, where should I include this program so that I can successfully implement that program in postgres.

Thank you.

--
Regards,

K.Ravikiran

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Parallel Seq Scan
Next
From: Svenne Krap
Date:
Subject: Re: WIP Patch for GROUPING SETS phase 1