!5917 修复mysql jdbc连接openGauss失败的问题

Merge pull request !5917 from 蒋宏博/master
This commit is contained in:
opengauss_bot
2024-07-31 08:56:18 +00:00
committed by Gitee

View File

@ -6689,7 +6689,10 @@ void BeginReportingGUCOptions(void)
if (conf->flags & GUC_REPORT)
ReportGUCOption(conf);
}
ReportTraceOption();
if (u_sess->attr.attr_common.enable_record_nettime) {
ReportTraceOption();
}
}
/*