Thread
Commits
-
Fix comment grammar in slotfuncs.c
- 7799d4e3bdd1 15.0 landed
-
fix a typo in slotfuncs.c
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> — 2021-12-01T06:52:30Z
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 <michael@paquier.xyz> — 2021-12-01T07:30:30Z
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