!796 delete unused parameter enable_performace_data

Merge pull request !796 from zhangxubo/parameter
This commit is contained in:
opengauss-bot
2021-03-13 23:05:57 +08:00
committed by Gitee

View File

@ -552,7 +552,7 @@ use_workload_manager = on # Enables workload manager in the system.
# AUTOVACUUM PARAMETERS
#------------------------------------------------------------------------------
#autovacuum = off # Enable autovacuum subprocess? default value is 'off'
#autovacuum = off # Enable autovacuum subprocess? default value is 'on'
# requires track_counts to also be on.
#log_autovacuum_min_duration = -1 # -1 disables, 0 logs all actions and
# their durations, > 0 logs only
@ -793,7 +793,7 @@ audit_enabled = on
#audit_function_exec = 0
#audit_copy_exec = 0
#audit_set_parameter = 1 # whether audit set parameter operation
#enable_performace_data = normal #Choose which style to print the explain info, normal,pretty,summary,run
#Choose which style to print the explain info, normal,pretty,summary,run
#explain_perf_mode = normal
#------------------------------------------------------------------------------
# CUSTOMIZED OPTIONS