Re: fix ancient typo in transformRelOptions()
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Álvaro Herrera <alvherre@kurilemu.de>, pgsql-hackers@postgresql.org
Date: 2025-08-06T19:01:24Z
Lists: pgsql-hackers
Nathan Bossart <nathandbossart@gmail.com> writes: > 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... AFAICS, it could only cause back-patching pain if we were to back-patch something that changes the signature of transformRelOptions(), which seems mighty unlikely. So I wouldn't bother. regards, tom lane
Commits
-
Rename transformRelOptions()'s "namspace" parameter to "nameSpace".
- 35baa60cc7f3 19 (unreleased) landed
-
Make backend header files C++ safe
- de160e2c001f 9.0.0 cited