GAUSS-02271 -- GAUSS-02280

GAUSS-02271: “could not determine actual type of argument declared %s”

SQLSTATE: 42804

Description: Failed to determine the data type of the parameter.

Solution: Check whether the function definition is correct.

GAUSS-02272: “%s is not allowed in a SQL function”

SQLSTATE: 0A000

Description: SQL functions cannot contain transaction statements.

Solution: Check whether the function definition is correct.

GAUSS-02273: “could not determine actual result type for function declared to return type %s”

SQLSTATE: 42804

Description: Failed to determine the return type of the function.

Solution: Check whether the function definition is correct.

GAUSS-02274: “failed to fetch lazy-eval tuple”

SQLSTATE: 22P08

Description: An internal system error occurs. Failed to obtain a tuple from the tuplestore.

Solution:Contact technical support.

GAUSS-02275: “return type mismatch in function declared to return %s”

SQLSTATE: 42P13

Description: The return type is inconsistent with that defined by the function.

Solution: Check whether the function definition is correct.

GAUSS-02277: “mergejoin clause is not an OpExpr”

SQLSTATE: XX000

Description: A plan error occurs. The MergeJoin condition is not an arithmetic expression.

Solution: Generated plan error. Contact technical support.

GAUSS-02278: “unsupported mergejoin strategy %d”

SQLSTATE: XX000

Description: A plan error occurs. The sorting policy used by MergeJoin is incorrect.

Solution: Internal system error. Contact technical support.

GAUSS-02279: “cannot merge using non-equality operator %u”

SQLSTATE: XX000

Description: A plan error occurs. The connection policy used by MergeJoin is incorrect.

Solution: Internal system error. Contact technical support.

GAUSS-02280: “missing support function %d(%u,%u) in opfamily %u”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

Feedback
编组 3备份
    openGauss 2024-05-05 00:44:49
    cancel