Re: fix ancient typo in transformRelOptions()

Álvaro Herrera <alvherre@kurilemu.de>

From: Álvaro Herrera <alvherre@kurilemu.de>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2025-08-05T21:56:17Z
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)



Commits

  1. Rename transformRelOptions()'s "namspace" parameter to "nameSpace".

  2. Make backend header files C++ safe