Re: [dsm] comment typo - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: [dsm] comment typo
Date
Msg-id BEA51526-2354-44F6-AD40-31AD16AA3790@yesql.se
Whole thread Raw
In response to [dsm] comment typo  (Junwang Zhao <zhjwpku@gmail.com>)
Responses Re: [dsm] comment typo
List pgsql-hackers
> On 18 Aug 2023, at 11:10, Junwang Zhao <zhjwpku@gmail.com> wrote:
>
> In the following sentence, I believe either 'the' or 'a' should be kept, not
> both. I here keep the 'the', but feel free to change.

>  * handle: The handle of an existing object, or for DSM_OP_CREATE, the
> - *    a new handle the caller wants created.
> + *    new handle the caller wants created.

Since the handle doesn't exist for DSM_OP_CREATE, both "a handle" and "the
handle" seems a tad misleading, how about "the identifier for the new handle the
caller wants created"?

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: "Andrey M. Borodin"
Date:
Subject: Re: UUID v7
Next
From: Xiang Gao
Date:
Subject: Optimize Arm64 crc32 implementation in PostgreSQL