fix ancient typo in transformRelOptions()
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2025-08-05T21:03:33Z
Lists: pgsql-hackers
Attachments
I noticed that this function has a "namspace" parameter. The attached patch adds the missing 'e'. -- nathan
Commits
-
Rename transformRelOptions()'s "namspace" parameter to "nameSpace".
- 35baa60cc7f3 19 (unreleased) landed
-
Make backend header files C++ safe
- de160e2c001f 9.0.0 cited