Обсуждение: fix a typo in slotfuncs.c

Поиск
Список
Период
Сортировка

fix a typo in slotfuncs.c

От
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.

Вложения

Re: fix a typo in slotfuncs.c

От
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

Вложения