!6154 修复0019ff4的一处笔误

Merge pull request !6154 from lukeman/core_pr
This commit is contained in:
opengauss_bot
2024-08-29 06:25:17 +00:00
committed by Gitee

View File

@ -290,7 +290,7 @@ Datum get_bit_and_initval(Oid aggtranstype, int typmod)
bool is_binary_type_in_dolphin(Oid typeOid)
{
if (u_sess->attr.attr_sql.dolphin) {
if (!u_sess->attr.attr_sql.dolphin) {
return false;
}
return (typeOid == get_typeoid(PG_CATALOG_NAMESPACE, "binary")) ||