Requesting some information about the small portion of source code of postgreSQL

From: Srinivas Karthik V <skarthikv(dot)iitb(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: davinder(at)dsl(dot)serc(dot)iisc(dot)ernet(dot)in
Subject: Requesting some information about the small portion of source code of postgreSQL
Date: 2016-09-27 06:13:43
Message-ID: CAEfuzeT36TSmmFruyCeT2uVhkqC6J59XP7L+0jkz699mpTxacA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear PostgresSQL Hackers,
I am working in optimizer module of postgreSQL 9.4.1. I am trying to
return a subplan for a query instead of full plan. For this I need to
return an intermediate plan (or path) from the DP lattice (i.e. from
*RelOptInfo
*standard_join_search() *at* allpaths.c) *instead of the full optimal plan
(which is from the last level of *root->join_rel_level()).*
while doing so I am getting *error :variable not found in subplan target
lists* at function *fix_join_expr_mutator* at *setrefs.c.*

It will be great if you can give me some idea about why this error is
happening, since this error is happening at *fix_join_expr_mutator* function
at *setrefs.c.* Please give me more information about this portion of code.
Also I would like to know for what targetlist stands for.

Thanks,
Srinivas Karthik

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-09-27 06:27:42 Re: Remove superuser() checks from pgstattuple
Previous Message davinder singh 2016-09-27 06:02:11 Some information about the small portion of source code of postgreSQL