Updated on 2024-03-15 GMT+08:00

GAUSS-03841 -- GAUSS-03850

GAUSS-03841: "vector scan for VecMarkPos is not yet implemented "

SQLSTATE: XX000

Description: Internal system error. The MarkPos function for the column scanning node is not implemented.

Solution: Internal system error. Contact technical support.

GAUSS-03842: "VecResult for VecMarkPos is not yet implemented "

SQLSTATE: XX000

Description: Internal system error. The MarkPos function for the column-store result node is not implemented.

Solution: Internal system error. Contact technical support.

GAUSS-03843: "unrecognized node type: %d in function ExecVecMarkPos"

SQLSTATE: XX000

Description: Internal system error. A node type cannot be identified in the ExecVecMarkPos function.

Solution: Internal system error. Contact technical support.

GAUSS-03844: "vector scan for VecRestrPos is not yet implemented "

SQLSTATE: XX000

Description: Internal system error. The RestrPos function for the column scanning node is not implemented.

Solution: Internal system error. Contact technical support.

GAUSS-03845: "VecResult for VecRestrPos is not yet implemented "

SQLSTATE: XX000

Description: Internal system error. The RestrPos function for the column-store result node is not implemented.

Solution: Internal system error. Contact technical support.

GAUSS-03846: "unrecognized node type: %d in ExecRestrPos"

SQLSTATE: XX000

Description: Internal system error. A node type cannot be identified in the ExecVecRestrPos function.

Solution: Internal system error. Contact technical support.

GAUSS-03847: "the length of variable length data storage manger is beyond the high threshold."

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03848: "Not support pushing predicate with none-const external param"

SQLSTATE: 0A000

Description: Non-constant external parameters cannot be pushed down to DNs to be processed.

Solution: Modify the parameters.

GAUSS-03849: "could not find tuple for operator %u"

SQLSTATE: XX000

Description: Failed to obtain the required corresponding information from the pg_operator system catalog based on the ID.

Solution: Check the pg_operator system catalog for confirmation.