Re: Some doubious error messages and comments

2021-05-13 Thread Kyotaro Horiguchi
At Mon, 10 May 2021 15:52:15 +0900, Michael Paquier wrote in > On Wed, Apr 28, 2021 at 08:11:47AM -0500, Justin Pryzby wrote: > > On Wed, Apr 28, 2021 at 05:36:33PM +0900, Kyotaro Horiguchi wrote: > >> 0001: I found some typos in a error message and a comment. > >> > >> multirangetypes.c: 1420

Re: Some doubious error messages and comments

2021-05-09 Thread Michael Paquier
On Wed, Apr 28, 2021 at 08:11:47AM -0500, Justin Pryzby wrote: > On Wed, Apr 28, 2021 at 05:36:33PM +0900, Kyotaro Horiguchi wrote: >> 0001: I found some typos in a error message and a comment. >> >> multirangetypes.c: 1420 >> > errmsg("range_intersect_agg must be called with a multirange"))); >>

Re: Some doubious error messages and comments

2021-04-28 Thread Justin Pryzby
On Wed, Apr 28, 2021 at 05:36:33PM +0900, Kyotaro Horiguchi wrote: > 0001: I found some typos in a error message and a comment. > > multirangetypes.c: 1420 > > errmsg("range_intersect_agg must be called with a multirange"))); > > This "range_intersect_agg" looks like a typo of "multirange_..". >