Re: fix a typo in slotfuncs.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: fix a typo in slotfuncs.c
Date: 2021-12-01 07:30:30
Message-ID: YacklhLg76xu9iwp@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2021-12-01 07:59:05 Re: GUC flags
Previous Message Michael Paquier 2021-12-01 07:19:44 Re: pg_upgrade test for binary compatibility of core data types