
# 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-02286: "cannot initialize index-only scans using unusable index '%s'"
SQLSTATE: XX000
错误原因：索引不可用导致初始化index-only scan失败。
解决办法：检查系统表查看索引是否可用。
GAUSS-02287: "cannot initialize index-only scans using unusable local index '%s'"
SQLSTATE: XX000
错误原因：索引不可用导致初始化index-only scan失败。
解决办法：检查系统表查看索引是否可用。
GAUSS-02288: "could not find hash function for hash operator %u"
SQLSTATE: 42883
错误原因：找不到对应的hash函数。
解决办法：检查数据类型是否支持hash。
GAUSS-02290: "cursor '%s' is held from a previous transaction"
SQLSTATE: 24000
错误原因：游标还被前一个事务持有。
解决办法：请检查游标的状态。
