GAUSS-00921 -- GAUSS-00930

GAUSS-00921: “split point is too low”

SQLSTATE: 0A000

Description: After SPLIT PARTITION is run, the split point value is smaller than the border value of the previous partition.

Solution: Ensure that the SPLIT PARTITION operation is correct.

GAUSS-00922: “split point is too high”

SQLSTATE: 0A000

Description: After SPLIT PARTITION is run, the split point value is greater than the border value of the next partition.

Solution: Ensure that the SPLIT PARTITION operation is correct.

GAUSS-00923: “resulting partition '%s' name conflicts with that of an existing partition”

SQLSTATE: 42710

Description: After SPLIT PARTITION is run, the partition names conflict with the existing partition names.

Solution: Rename the partitions.

GAUSS-00924: “number of boundary items NOT EQUAL to number of partition keys”

SQLSTATE: 42601

Description: Partition failed because the number of specified partition key attributes is inconsistent with that of original partition key attributes.

Solution: Ensure that the SPLIT PARTITION operation is correct.

GAUSS-00925: “cache lookup failed for toast table: %u”

SQLSTATE: XX000

Description: The required toast table is not found.

Solution: The system catalog is abnormal. Contact technical support.

GAUSS-00926: “cache lookup failed for cuDesc table: %u”

SQLSTATE: XX000

Description: The required cuDesc table is not found.

Solution: The system catalog is abnormal. Contact technical support.

GAUSS-00927: “cache lookup failed for delta table: %u”

SQLSTATE: XX000

Description: The required delta table is not found.

Solution: The system catalog is abnormal. Contact technical support.

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