Re: [HACKERS] Comment and function argument names are mismatched in bugmgr.c.

2016-07-01 Thread Masahiko Sawada
On Sat, Jul 2, 2016 at 6:34 AM, Andres Freund wrote: > Hi, > > On 2016-06-23 16:24:12 +0900, Masahiko Sawada wrote: >> By commit 428b1d6b, function WritebackContextInit is added but the >> comment of this function seems to be incorrect. >> *max_coalesce variable doesn't exist

Re: [HACKERS] Comment and function argument names are mismatched in bugmgr.c.

2016-07-01 Thread Andres Freund
Hi, On 2016-06-23 16:24:12 +0900, Masahiko Sawada wrote: > By commit 428b1d6b, function WritebackContextInit is added but the > comment of this function seems to be incorrect. > *max_coalesce variable doesn't exist at anywhere. > Also, I think it should be fixed that the argument name of this >

Re: [HACKERS] Comment and function argument names are mismatched in bugmgr.c.

2016-07-01 Thread Robert Haas
On Thu, Jun 23, 2016 at 3:24 AM, Masahiko Sawada wrote: > By commit 428b1d6b, function WritebackContextInit is added but the > comment of this function seems to be incorrect. > *max_coalesce variable doesn't exist at anywhere. > Also, I think it should be fixed that the

[HACKERS] Comment and function argument names are mismatched in bugmgr.c.

2016-06-23 Thread Masahiko Sawada
Hi all, By commit 428b1d6b, function WritebackContextInit is added but the comment of this function seems to be incorrect. *max_coalesce variable doesn't exist at anywhere. Also, I think it should be fixed that the argument name of this function does not match function declare in buf_internal.h.