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