pgsql: Rename transformRelOptions()'s "namspace" parameter to "nameSpac

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename transformRelOptions()'s "namspace" parameter to "nameSpac
Date: 2025-08-06 17:08:37
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

The name "namspace" looks like a typo, but it was presumably meant
to avoid using the "namespace" C++ keyword. This commit renames
the parameter to "nameSpace" to prevent future confusion while
still avoiding the keyword.

Reviewed-by: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Reviewed-by: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Discussion: https://postgr.es/m/aJJxpfsDfiQ1VbJ5%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/35baa60cc7f374401f06c7dc422e93bcf31b942b

Modified Files
--------------
src/backend/access/common/reloptions.c | 10 +++++-----
src/include/access/reloptions.h | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-08-06 18:37:28 pgsql: Expand usage of macros for protocol characters.
Previous Message Fujii Masao 2025-08-06 13:52:56 pgsql: Fix typo in comment.