Re: Minor spelling fix in memnodes.h

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Rafia Sabih <rafia.pghackers@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-17T23:51:22Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Englishify comment wording

On Sat, 18 Oct 2025 at 03:37, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> David Rowley <dgrowleyml@gmail.com> writes:
> > I suspect it is written as Tom intended it. The callback function in
> > MemoryContextMethods is called 'alloc' so I guess "alloced" is the
> > function name as a verb.
>
> Yeah, it's not a typo but an intentional abbreviation.  Having said
> that, I don't have any objection to changing it, especially since
> there's now a use of "allocated" just two lines away.

Sounds good. I've pushed the patch.

David