!790 修复openGauss升级问题

Merge pull request !790 from 邓旭玥/efix_0309
This commit is contained in:
opengauss-bot
2021-03-10 09:42:50 +08:00
committed by Gitee

View File

@ -59,7 +59,7 @@ bool open_join_children = true;
bool will_shutdown = false;
/* hard-wired binary version number */
const uint32 GRAND_VERSION_NUM = 92297;
const uint32 GRAND_VERSION_NUM = 92298;
const uint32 MATVIEW_VERSION_NUM = 92213;
const uint32 PARTIALPUSH_VERSION_NUM = 92087;