Re: Minor spelling fix in memnodes.h

2025-10-17 Thread David Rowley
On Fri, 17 Oct 2025 at 20:39, Rafia Sabih 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

Re: Minor spelling fix in memnodes.h

2025-10-17 Thread David Rowley
On Sat, 18 Oct 2025 at 03:37, Tom Lane wrote: > > David Rowley 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 abbrevia

Re: Minor spelling fix in memnodes.h

2025-10-17 Thread Tom Lane
David Rowley writes: > On Fri, 17 Oct 2025 at 20:39, Rafia Sabih 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"

Re: Minor spelling fix in memnodes.h

2025-10-17 Thread Daniel Gustafsson
> On 17 Oct 2025, at 11:18, David Rowley wrote: > > On Fri, 17 Oct 2025 at 20:39, Rafia Sabih wrote: >> Came across this spelling error alloced -> allocated. >> Patch for the fix is attached. > > I suspect it is written as Tom intended it. +1, that was my conclusion as well. While I'm persona

Minor spelling fix in memnodes.h

2025-10-17 Thread Rafia Sabih
Hello, Came across this spelling error alloced -> allocated. Patch for the fix is attached. -- Regards, Rafia Sabih CYBERTEC PostgreSQL International GmbH spell_fix.patch Description: Binary data