Re: change a function name in a comment correctly

2020-07-07 Thread Fujii Masao
On 2020/07/08 8:12, Masahiro Ikeda wrote: There is the comment which related function name is not same. I attached the patch to fix it. Please review. Thanks for the report and patch! LGTM. I will commit this later. Pushed. Thanks! Regards, -- Fujii Masao Advanced Computing Technology Ce

Re: change a function name in a comment correctly

2020-07-07 Thread Masahiro Ikeda
There is the comment which related function name is not same. I attached the patch to fix it. Please review. Thanks for the report and patch! LGTM. I will commit this later. Thanks for checking. Regards, -- Masahiro Ikeda NTT DATA CORPORATION

Re: change a function name in a comment correctly

2020-07-06 Thread Fujii Masao
On 2020/07/07 11:50, Masahiro Ikeda wrote: Hi, There is the comment which related function name is not same. I attached the patch to fix it. Please review. Thanks for the report and patch! LGTM. I will commit this later. Regards, -- Fujii Masao Advanced Computing Technology Center Resear

change a function name in a comment correctly

2020-07-06 Thread Masahiro Ikeda
Hi, There is the comment which related function name is not same. I attached the patch to fix it. Please review. Regards, -- Masahiro Ikeda NTT DATA CORPORATIONdiff --git a/src/backend/utils/cache/relfilenodemap.c b/src/backend/utils/cache/relfilenodemap.c index 68b01ca68f..3acda32d17 100644 --