提交 2b883384 编写于 作者: S Shreedhar Hardikar

Fix static_assert call

上级 66881ab4
......@@ -127,7 +127,7 @@ bool ExecVariableListCodegen::GenerateExecVariableList(
assert(NULL != codegen_utils);
ElogWrapper elogwrapper(codegen_utils);
static_assert(sizeof(Datum) == sizeof(int64));
static_assert(sizeof(Datum) == sizeof(int64), "sizeof(Datum) doesn't match sizeof(int64)");
if ( NULL == proj_info_->pi_varSlotOffsets ) {
elog(DEBUG1, "Cannot codegen ExecVariableList because varSlotOffsets are null");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册