Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9873001

Browse files
committed
Another trivial comment-typo fix.
1 parent 65ca8e6 commit 9873001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/common/reloptions.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,8 @@ add_string_reloption(bits32 kinds, char *name, char *desc, char *default_val,
545545
*
546546
* Note that this is not responsible for determining whether the options
547547
* are valid, but it does check that namespaces for all the options given are
548-
* listed in validnsps. The NULL namespace is always valid and needs not be
549-
* explicitely listed. Passing a NULL pointer means that only the NULL
548+
* listed in validnsps. The NULL namespace is always valid and need not be
549+
* explicitly listed. Passing a NULL pointer means that only the NULL
550550
* namespace is valid.
551551
*
552552
* Both oldOptions and the result are text arrays (or NULL for "default"),

0 commit comments

Comments
 (0)