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-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-03848: “Not support pushing predicate with none-const external param”
SQLSTATE: 0A000
Description: Non-constant external parameters cannot be pushed down.
Solution: Check 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.