Thread
Commits
-
Fix incorrect routine name reference in partprune.c
- 170dccc69ddb 12.0 landed
-
A typo in partprune.c
Yuzuko Hosoya <hosoya.yuzuko@lab.ntt.co.jp> — 2018-11-08T10:19:14Z
Hi, I found a typo in the comment of get_matching_range_bounds. /* - * get_matching_range_datums + * get_matching_range_bounds * Determine the offsets of range bounds matching the specified values, * according to the semantics of the given operator strategy Here is the patch to fix it. Best regards, Yuzuko Hosoya NTT Open Source Software Center
-
Re: A typo in partprune.c
Michael Paquier <michael@paquier.xyz> — 2018-11-08T11:16:49Z
On Thu, Nov 08, 2018 at 07:19:14PM +0900, Yuzuko Hosoya wrote: > Here is the patch to fix it. Thanks, committed. -- Michael
-
RE: A typo in partprune.c
Yuzuko Hosoya <hosoya.yuzuko@lab.ntt.co.jp> — 2018-11-08T11:35:09Z
Hi Michael, > From: Michael Paquier [mailto:michael@paquier.xyz] > Sent: Thursday, November 08, 2018 8:17 PM > > On Thu, Nov 08, 2018 at 07:19:14PM +0900, Yuzuko Hosoya wrote: > > Here is the patch to fix it. > > Thanks, committed. Thank you. Yuzuko Hosoya NTT Open Source Software Center