Re: fix ancient typo in transformRelOptions()

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: fix ancient typo in transformRelOptions()
Date: 2025-08-05 21:56:17
Message-ID: 202508052156.d7n5jjro3jne@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-Aug-05, Nathan Bossart wrote:

> I noticed that this function has a "namspace" parameter. The attached
> patch adds the missing 'e'.

I have vague recollections of it being this way because of "namespace"
being a C++ keyword. (commit is 3a5b77371522, but I don't have energy
to look for the discussion right now.)

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
"We’ve narrowed the problem down to the customer’s pants being in a situation
of vigorous combustion" (Robert Haas, Postgres expert extraordinaire)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-08-05 22:07:25 Re: Convert varatt.h macros to static inline functions
Previous Message Álvaro Herrera 2025-08-05 21:47:21 Re: More protocol.h replacements this time into walsender.c