Re: fix ancient typo in transformRelOptions()
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Nathan Bossart <nathandbossart@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: Álvaro Herrera <alvherre@kurilemu.de>, pgsql-hackers@postgresql.org
Date: 2025-08-06T18:08:40Z
Lists: pgsql-hackers
On 06.08.25 20:06, Nathan Bossart wrote: > On Wed, Aug 06, 2025 at 12:09:28PM -0500, Nathan Bossart wrote: >> On Tue, Aug 05, 2025 at 09:20:09PM -0500, Nathan Bossart wrote: >>> That explains it. I didn't find any past discussions about this particular >>> name, but commit de160e2 was being developed concurrently. I'll use >>> nameSpace instead. >> >> Committed. > > Any thoughts on back-patching this? It's entirely cosmetic and could help > avoid some back-patching pain down the road. I originally chose not to > back-patch because it's not a bug and "namspace" has been there for a very > long time, but now I'm having second thoughts... I'd leave it alone for now. We could still choose to backpatch this one if we end up backpatching something that goes on top of it.
Commits
-
Rename transformRelOptions()'s "namspace" parameter to "nameSpace".
- 35baa60cc7f3 19 (unreleased) landed
-
Make backend header files C++ safe
- de160e2c001f 9.0.0 cited