]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rename transformRelOptions()'s "namspace" parameter to "nameSpace".
authorNathan Bossart <nathan@postgresql.org>
Wed, 6 Aug 2025 17:08:07 +0000 (12:08 -0500)
committerNathan Bossart <nathan@postgresql.org>
Wed, 6 Aug 2025 17:08:07 +0000 (12:08 -0500)
commit35baa60cc7f374401f06c7dc422e93bcf31b942b
treeff88c00c1c33bc524c90977b7997ba3d13fd210c
parent99139c46cbf2bda7880592c4e5da1ebf177888ac
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@kurilemu.de>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Discussion: https://postgr.es/m/aJJxpfsDfiQ1VbJ5%40nathan
src/backend/access/common/reloptions.c
src/include/access/reloptions.h