We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent65ca8e6 commit9873001Copy full SHA for 9873001
src/backend/access/common/reloptions.c
@@ -545,8 +545,8 @@ add_string_reloption(bits32 kinds, char *name, char *desc, char *default_val,
545
*
546
* Note that this is not responsible for determining whether the options
547
* are valid, but it does check that namespaces for all the options given are
548
- * listed in validnsps. The NULL namespace is always valid andneeds not be
549
- *explicitely listed.Passing a NULL pointer means that only the NULL
+ * listed in validnsps. The NULL namespace is always valid andneed not be
+ *explicitly listed.Passing a NULL pointer means that only the NULL
550
* namespace is valid.
551
552
* Both oldOptions and the result are text arrays (or NULL for "default"),