Re: [dsm] comment typo

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Junwang Zhao <zhjwpku@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Robert Haas <robertmhaas@gmail.com>
Date: 2023-08-23T08:28:00Z
Lists: pgsql-hackers
> On 21 Aug 2023, at 12:15, Junwang Zhao <zhjwpku@gmail.com> wrote:
> 
> On Mon, Aug 21, 2023 at 5:16 PM Daniel Gustafsson <daniel@yesql.se> wrote:
>> 
>>> 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"?
>> 
> 
> Sounds great

Done that way, thanks!

--
Daniel Gustafsson




Commits

  1. Fix wording in comment