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

This commit is contained in:
hwhbj
2024-07-31 16:10:15 +08:00
parent 89703f802f
commit 826fa98ecd

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();
}
}
/*