Updated on 2023-12-22 GMT+08:00

GAUSS-03781 -- GAUSS-03790

GAUSS-03781: "CStore: unrecognized heap_update status: %u"

SQLSTATE: XX000

Description: The tuple update status of the CUDesc table cannot be identified.

Solution: Contact technical support.

GAUSS-03782: "the CU data file of column %d of relation %s contains incorrect checksum"

SQLSTATE: XX001

Description: The CRC check of the CU data fails.

Solution: The data in the column-store table file is incorrect.

GAUSS-03783: "value is too long"

SQLSTATE: 54000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03784: "unexpected varno %d in JOIN RTE %d"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03785: "WITH query name '%s' appears in both a rule action and the query being rewritten"

SQLSTATE: 0A000

Description: The name of the WITH statement appears in both the rule action and the rewriting statement.

Solution: Use different names of the WITH statement for the rule action and the rewriting statement.

GAUSS-03786: "cannot have RETURNING lists in multiple rules"

SQLSTATE: 0A000

Description: Multiple rules have returning lists.

Solution: Modify the rule syntax and eliminate inappropriate lists.

GAUSS-03787: "bogus resno %d in targetlist"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03788: "multiple assignments to same column '%s'"

SQLSTATE: 42601

Description: Multiple value assignments to the same column occur (if FieldStore or ArrayRef assigns the value, an error does not occur).

Solution: Modify the syntax of the UPDATE statements to avoid multiple value assignments to the same column.

GAUSS-03789: "cannot happen"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03790: "expected just one rule action"

SQLSTATE: XX000

Description: The rule has more than one action.

Solution: Correct the corresponding primary foreign key constraint.