Re: Minor spelling fix in memnodes.h

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Rafia Sabih <rafia(dot)pghackers(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Minor spelling fix in memnodes.h
Date: 2025-10-17 23:51:22
Message-ID: CAApHDvqZmYqwj_NNGcPXF6xWP2NfyRs3p6m6SwsBuVgWTQoObA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 18 Oct 2025 at 03:37, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> David Rowley <dgrowleyml(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-10-17 23:55:35 Re: Executing pg_createsubscriber with a non-compatible control file
Previous Message Jim Jones 2025-10-17 23:44:52 Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement