Re: fix a comment

Amul Sul <sulamul@gmail.com>

From: Amul Sul <sulamul@gmail.com>
To: "wangyukun@fujitsu.com" <wangyukun@fujitsu.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2021-04-23T06:51:07Z
Lists: pgsql-hackers
On Fri, Apr 23, 2021 at 12:12 PM wangyukun@fujitsu.com
<wangyukun@fujitsu.com> wrote:
>
> Hi, Hackers:
>
> In function ExecGetTriggerResultRel, we can see comments:
>
> > /* First, search through the query result relations */ ...
> > /*
> > * Third, search through the result relations that were created during
> > * tuple routing, if any.
> > */
>
> But the 'Second' was deleted since commit 1375422c78.
>
> Update the 'Third' to 'Second', please see the attachment.
>
> Thoughts?
>

Well yes, looks good to me.

How about simply removing these numbering?

Regards,
Amul



Commits

  1. Fix come comments in execMain.c

  2. Create ResultRelInfos later in InitPlan, index them by RT index.