Re: Minor spelling fix in memnodes.h
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Rafia Sabih <rafia.pghackers@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-17T09:18:36Z
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 →
-
Englishify comment wording
- 86d118f9a60c 19 (unreleased) landed
On Fri, 17 Oct 2025 at 20:39, Rafia Sabih <rafia.pghackers@gmail.com> wrote: > Came across this spelling error alloced -> allocated. > Patch for the fix is attached. 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. Maybe it's worth changing if there's confusion. David