fix the database name

This commit is contained in:
April01xxx
2021-03-03 17:28:07 +08:00
parent af436967e9
commit 29956e0d81
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ char* GenReport::GenerateHtmlReport(List* Contents)
* declare css for html
*/
const char* css =
"<html lang=\"en\"><head><title>XuanYuan WDR Workload Diagnosis Report</title>\n"
"<html lang=\"en\"><head><title>openGauss WDR Workload Diagnosis Report</title>\n"
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n"
"<style type=\"text/css\">\n"
"a.wdr {font:bold 8pt Arial,Helvetica,sans-serif;color:#663300;vertical-align:top;"

View File

@ -262,7 +262,7 @@ static void CompltrShutdown(SIGNAL_ARGS);
*/
ThreadId Compltrfork_exec(int compltrIdx)
{
ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("XuanYuanDB current do not support AIO")));
ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("openGauss current do not support AIO")));
return InvalidTid;
}