164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GAUSS-02281----GAUSS-02290.md 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2020-12-18 11:47 . error code

GAUSS-02281 -- GAUSS-02290

GAUSS-02281: "unrecognized mergejoin state: %d"

SQLSTATE: XX000

错误原因:执行问题,mergejoin选择的执行策略错误导致。

解决办法:内部问题,请联系技术支持工程师提供技术支持。

GAUSS-02282: "RIGHT JOIN is only supported with merge-joinable join conditions"

SQLSTATE: 0A000

错误原因: 计划问题,merge right join不支持。

解决办法:内部问题,请联系技术支持工程师提供技术支持。

GAUSS-02283: "FULL JOIN is only supported with merge-joinable join conditions"

SQLSTATE: 0A000

错误原因:对于mergejoin来说,full join无法处理非常数型的连接表达式(joinclauses)。

解决办法:检查sql语句在调用full join时joinclauses是否为常数型。

GAUSS-02284: "non-MVCC snapshots are not supported in index-only scans"

SQLSTATE: 0A000

错误原因:index-only scan不支持非MVCC的snapshot。

解决办法:请联系技术支持工程师提供技术支持。

GAUSS-02285: "EvalPlanQual recheck is not supported in index-only scans"

SQLSTATE: 0A000

错误原因:index-only scan不支持并发更新时的recheck。

解决办法:请联系技术支持工程师提供技术支持。

GAUSS-02288: "could not find hash function for hash operator %u"

SQLSTATE: 42883

错误原因:找不到对应的hash函数。

解决办法:检查数据类型是否支持hash。

GAUSS-02289: "cursor '%s' is not a SELECT query"

SQLSTATE: 24000

错误原因:系统内部错误。

解决办法:请联系技术支持工程师提供技术支持。

GAUSS-02290: "cursor '%s' is held from a previous transaction"

SQLSTATE: 24000

错误原因:游标还被前一个事务持有。

解决办法:请检查游标的状态。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
3.0.0

搜索帮助