GAUSS-02351 -- GAUSS-02360

GAUSS-02351: “cannot set parent params from subquery”

SQLSTATE: XX000

Description: Generated plan error.

Solution:Contact technical support.

GAUSS-02352: “hashed subplan with direct correlation not supported”

SQLSTATE: XX000

Description: The generated plan is incorrect. The hashed subplan does not support correlated subqueries.

Solution: Optimizer error. Contact technical support.

GAUSS-02353: “more than one row returned by a subquery used as an expression”

SQLSTATE: 21000

Description: A redundant row of data is returned by the subquery.

Solution: Check the subquery conditions to ensure that only one row of data is returned.

GAUSS-02354: “unrecognized testexpr type: %d”

SQLSTATE: XX000

Description: Failed to recognize the expression type.

Solution: Internal system error. Contact technical support.

GAUSS-02355: “ANY/ALL subselect unsupported as initplan”

SQLSTATE: XX000

Description: Failed to use the ANY or ALL as initplan in a subquery.

Solution: Check the query statement. Do not use ANY or ALL for non-correlated subqueries.

GAUSS-02356: “CTE subplans should not be executed via ExecSetParamPlan”

SQLSTATE: XX000

Description: The CTE cannot be used as the query for non-correlated subqueries.

Solution: Check the query statement. Do not use the CTE for non-correlated subqueries.

GAUSS-02357: “direct correlated subquery unsupported as initplan”

SQLSTATE: XX000

Description: Correlated subqueries cannot be used as InitPlans.

Solution: Internal system error. Contact technical support.

GAUSS-02358: “setParam list of initplan is empty”

SQLSTATE: XX000

Description: The parameter list of correlated subqueries is empty.

Solution: Internal system error. Contact technical support.

GAUSS-02359: “extParam set of initplan is empty”

SQLSTATE: XX000

Description: The parameter list of InitPlans is empty.

Solution: Internal system error. Contact technical support.

GAUSS-02360: “Unrecognized parttype as '%c' for relation '%s'”

SQLSTATE: XX000

Description: An incorrect partition type is detected and the internal protection mechanism is triggered.

Solution:Contact technical support.

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