Re: BUG #6693: Potential Bug in rewriteManip.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: msrbugzilla(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6693: Potential Bug in rewriteManip.c
Date: 2012-06-16 16:34:51
Message-ID: 20977.1339864491@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

msrbugzilla(at)gmail(dot)com writes:
> I observed a code clone in the following files. In these functions,
> qry->resultRelation is computed differently but the comment above mentions
> the same functionality. I wonder if this is a bug. Hope it helps.

No, it isn't. You might gain some insight if you read the header
comments for ChangeVarNodes and OffsetVarNodes.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message weixing.sun 2012-06-16 17:39:29 BUG #6696: 9.2beta2 crashed when having shared_buffers>20GB
Previous Message Tom Lane 2012-06-16 16:31:42 Re: BUG #6692: Potential Bug in equalfuncs.c