GAUSS-02921 -- GAUSS-02930
GAUSS-02921: “could not determine input data type”
SQLSTATE: 22023
Description: The data type is incorrect.
Solution: Contact technical support. Alternatively, check the statement or data.
GAUSS-02922: “array_agg_transfn called in non-aggregate context”
SQLSTATE: XX000
Description: The array_agg function is used in non-aggregation operations.
Solution: Modify the use of array_agg in the query.
GAUSS-02924: “no active snapshot set”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02925: “invalid snapshot data”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02926: “SPI_connect failed”
SQLSTATE: SP001
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02927: “SPI_finish failed”
SQLSTATE: SP002
Description: Internal system error.
Solution:Contact technical support.
GAUSS-02928: “insert or update on table '%s' violates foreign key constraint '%s'”
SQLSTATE: 23503
Description: The insertion or update operation violates the foreign key constraint.
Solution: Check whether the foreign key constraint meets the current insertion or update operation.
GAUSS-02929: “invalid confmatchtype”
SQLSTATE: 42804
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02930: “unrecognized match type: %d”
SQLSTATE: 42804
Description:Internal system error.
Solution:Contact technical support.