fix a typo in slotfuncs.c
Started by Bharath Rupireddyover 4 years ago2 messageshackers
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.
Attachments:
v1-0001-fix-a-typo-in-slotfuncs.c.patchapplication/octet-stream; name=v1-0001-fix-a-typo-in-slotfuncs.c.patchDownload+1-2
Re: fix a typo in slotfuncs.c
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