Skip to content

Commit

Permalink
[CBRD-23802] The 'ignore_trailing_space' system parameter's property …
Browse files Browse the repository at this point in the history
…becomes 'hidden' (#2513)
  • Loading branch information
beyondykk9 authored Dec 3, 2020
1 parent bf7ab56 commit b4879ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/system_parameter.c
Original file line number Diff line number Diff line change
Expand Up @@ -5994,7 +5994,7 @@ static SYSPRM_PARAM prm_Def[] = {
(DUP_PRM_FUNC) NULL},
{PRM_ID_IGNORE_TRAILING_SPACE,
PRM_NAME_IGNORE_TRAILING_SPACE,
(PRM_FOR_SERVER | PRM_FOR_CLIENT | PRM_FORCE_SERVER),
(PRM_FOR_SERVER | PRM_FOR_CLIENT | PRM_FORCE_SERVER | PRM_HIDDEN),
PRM_BOOLEAN,
&prm_ignore_trailing_space_flag,
(void *) &prm_ignore_trailing_space_default,
Expand Down

0 comments on commit b4879ca

Please sign in to comment.