Re: fix a typo in slotfuncs.c

2021-11-30 Thread Michael Paquier
On Wed, Dec 01, 2021 at 12:22:30PM +0530, Bharath Rupireddy wrote: > It seems like there's a following typo in code comments: > - /* determine how many segments slots can be kept by slots */ > + /* determine how many segments can be kept by slots */ > > Attaching a tiny patch to fix it. This typo

fix a typo in slotfuncs.c

2021-11-30 Thread Bharath Rupireddy
Hi, It seems like there's a following typo in code comments: - /* determine how many segments slots can be kept by slots */ + /* determine how many segments can be kept by slots */ Attaching a tiny patch to fix it. This typo exists all the way until PG 13. Regards, Bharath Rupireddy. v1-0001-f

Re: Typo in slotfuncs.c

2018-01-19 Thread Masahiko Sawada
On Fri, Jan 19, 2018 at 3:39 PM, Simon Riggs wrote: > On 19 January 2018 at 05:38, Masahiko Sawada wrote: >> Hi, >> >> Attached patch for fixing a typo in slotfuncs.c >> >> s/possition/position/ > > Fixed, thanks. > Thank you! Regards, -- Masa

Re: Typo in slotfuncs.c

2018-01-18 Thread Simon Riggs
On 19 January 2018 at 05:38, Masahiko Sawada wrote: > Hi, > > Attached patch for fixing a typo in slotfuncs.c > > s/possition/position/ Fixed, thanks. -- Simon Riggshttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Typo in slotfuncs.c

2018-01-18 Thread Masahiko Sawada
Hi, Attached patch for fixing a typo in slotfuncs.c s/possition/position/ Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center fix_typo_in_slotfuncs_c.patch Description: Binary data