fix a comment

Started by wangyukun@fujitsu.comalmost 5 years ago5 messageshackers
Jump to latest
#1wangyukun@fujitsu.com
wangyukun@fujitsu.com

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?

Best wishes
Yukun Wang

Attachments:

fix-a-typo.diffapplication/octet-stream; name=fix-a-typo.diffDownload+1-1
#2Amul Sul
sulamul@gmail.com
In reply to: wangyukun@fujitsu.com (#1)
Re: fix a comment

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

#3wangyukun@fujitsu.com
wangyukun@fujitsu.com
In reply to: Amul Sul (#2)
RE: fix a comment

Hi, Amul

Thank you for reviewing.

How about simply removing these numbering?

Agree. Please see the v2 patch which delete the number in comment.

Best wishes
Yukun Wang

-----Original Message-----
From: Amul Sul <sulamul@gmail.com>
Sent: Friday, April 23, 2021 3:51 PM
To: Wang, Yukun/王 俞坤 <wangyukun@fujitsu.com>
Cc: pgsql-hackers@postgresql.org
Subject: Re: fix a comment

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

Attachments:

fix-a-comment.diffapplication/octet-stream; name=fix-a-comment.diffDownload+2-2
#4Michael Paquier
michael@paquier.xyz
In reply to: wangyukun@fujitsu.com (#3)
Re: fix a comment

On Fri, Apr 23, 2021 at 07:03:40AM +0000, wangyukun@fujitsu.com wrote:

Agree. Please see the v2 patch which delete the number in comment.

Indeed, this set of comments became a bit obsolete after 1375422, as
you saied upthread. This simplification looks fine to me, so
applied. I am in a mood for such patches since yesterday..
--
Michael

#5Amul Sul
sulamul@gmail.com
In reply to: Michael Paquier (#4)
Re: fix a comment

On Sat, Apr 24, 2021 at 11:43 AM Michael Paquier <michael@paquier.xyz> wrote:

On Fri, Apr 23, 2021 at 07:03:40AM +0000, wangyukun@fujitsu.com wrote:

Agree. Please see the v2 patch which delete the number in comment.

Indeed, this set of comments became a bit obsolete after 1375422, as
you saied upthread. This simplification looks fine to me, so
applied. I am in a mood for such patches since yesterday..

:)

Thank you !

Regards,
Amul