On 07/06/2014 05:44 AM, Ravi Kiran wrote:
hi,
I am using helios Eclipse for debugging my code in postgresql.
My aim is to know how postgresql uses join algorithms during the join
query, so I started to debug*nodenestloop.c* which is in the Executor
folder.
I gave break points in that file, But
hi,
I am using helios Eclipse for debugging my code in postgresql.
My aim is to know how postgresql uses join algorithms during the join
query, so I started to debug*nodenestloop.c* which is in the Executor
folder.
I gave break points in that file, But whenever I try to debug that file,
the cont