Thread
Commits
-
Fix typos.
- 8c2d8f6cc484 14.0 landed
-
Fix typo in xlogreader.h and procarray.c
Hou, Zhijie <houzj.fnst@cn.fujitsu.com> — 2020-11-03T01:39:17Z
Hi I found some possible typo in procarray.c and xlogreader.h - * For VACUUM separate horizons (used to to decide which deleted tuples must + * For VACUUM separate horizons (used to decide which deleted tuples must - * Callers supply a page_read callback if they want to to call + * Callers supply a page_read callback if they want to call Best regards, houzj
-
Re: Fix typo in xlogreader.h and procarray.c
Amit Kapila <amit.kapila16@gmail.com> — 2020-11-03T02:57:43Z
On Tue, Nov 3, 2020 at 7:09 AM Hou, Zhijie <houzj.fnst@cn.fujitsu.com> wrote: > > Hi > > I found some possible typo in procarray.c and xlogreader.h > > - * For VACUUM separate horizons (used to to decide which deleted tuples must > + * For VACUUM separate horizons (used to decide which deleted tuples must > > - * Callers supply a page_read callback if they want to to call > + * Callers supply a page_read callback if they want to call > LGTM. I'll push this in some time, thanks. -- With Regards, Amit Kapila.
-
Re: Fix typo in xlogreader.h and procarray.c
Amit Kapila <amit.kapila16@gmail.com> — 2020-11-03T05:42:53Z
On Tue, Nov 3, 2020 at 8:27 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Tue, Nov 3, 2020 at 7:09 AM Hou, Zhijie <houzj.fnst@cn.fujitsu.com> wrote: > > > > Hi > > > > I found some possible typo in procarray.c and xlogreader.h > > > > - * For VACUUM separate horizons (used to to decide which deleted tuples must > > + * For VACUUM separate horizons (used to decide which deleted tuples must > > > > - * Callers supply a page_read callback if they want to to call > > + * Callers supply a page_read callback if they want to call > > > > LGTM. I'll push this in some time, thanks. > Pushed. -- With Regards, Amit Kapila.