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 exists all the way until PG 13.

Indeed, thanks.  I'll fix in a bit.
--
Michael


signature.asc
Description: PGP signature


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-fix-a-typo-in-slotfuncs.c.patch
Description: Binary data


Re: Typo in slotfuncs.c

2018-01-19 Thread Masahiko Sawada
On Fri, Jan 19, 2018 at 3:39 PM, Simon Riggs <si...@2ndquadrant.com> wrote:
> On 19 January 2018 at 05:38, Masahiko Sawada <sawada.m...@gmail.com> wrote:
>> Hi,
>>
>> Attached patch for fixing a typo in slotfuncs.c
>>
>> s/possition/position/
>
> Fixed, thanks.
>

Thank you!

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center



Re: Typo in slotfuncs.c

2018-01-18 Thread Simon Riggs
On 19 January 2018 at 05:38, Masahiko Sawada <sawada.m...@gmail.com> 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