Re: Patch for removng unused targets
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
From: "Etsuro Fujita" <fujita.etsuro@lab.ntt.co.jp>
To: "'Alvaro Herrera'" <alvherre@2ndquadrant.com>
Cc: "'Hitoshi Harada'" <umi.tanuki@gmail.com>,
"'Tom Lane'" <tgl@sss.pgh.pa.us>,
"'Alexander Korotkov'" <aekorotkov@gmail.com>,
"'pgsql-hackers'" <pgsql-hackers@postgresql.org>
Date: 2013-07-03T03:34:40Z
Lists: pgsql-hackers
Attachments
- unused-targets-20130703.patch (application/octet-stream) patch
> From: Alvaro Herrera [mailto:alvherre@2ndquadrant.com] > Etsuro Fujita escribió: > > > From: Hitoshi Harada [mailto:umi.tanuki@gmail.com] > > > > > I tried several ways but I couldn't find big problems. Small typo: > > > s/rejunk/resjunk/ > > > > Thank you for the review. Attached is an updated version of the patch. > > Thanks. I gave this a look, and made it some trivial adjustments. > Attached is the edited version. I think this needs some more (succint) code > comments: > > . why do we want to remove these entries . why can't we do it in the DISTINCT > case . why don't we remove the cases we don't remove, within adjust_targetlist(). Thank you for the adjustments and comments! In addition to adding comments to the function, I've improved the code in the function a little bit. Please find attached an updated version of the patch. Sorry for the late response. (I was busy with another job lately...) Best regards, Etsuro Fujita