Skip to content

Commit

Permalink
[CBRD-23901] Remove the hidden property of the dont_reuse_heap_file s…
Browse files Browse the repository at this point in the history
  • Loading branch information
hornetmj authored Mar 31, 2021
1 parent 17305d1 commit 2510ce1
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 @@ -2994,7 +2994,7 @@ static SYSPRM_PARAM prm_Def[] = {
(DUP_PRM_FUNC) prm_io_pages_to_size},
{PRM_ID_DONT_REUSE_HEAP_FILE,
PRM_NAME_DONT_REUSE_HEAP_FILE,
(PRM_FOR_SERVER | PRM_USER_CHANGE | PRM_HIDDEN),
(PRM_FOR_SERVER | PRM_USER_CHANGE),
PRM_BOOLEAN,
&prm_dont_reuse_heap_file_flag,
(void *) &prm_dont_reuse_heap_file_default,
Expand Down

0 comments on commit 2510ce1

Please sign in to comment.