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

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

  2. Make backend header files C++ safe