GAUSS-00331 -- GAUSS-00340

GAUSS-00331: “cache lookup failed on source like relation %u for reloptions”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-00332: “null partition key value for relation '%s'”

SQLSTATE: XX000

Description: The null partition key value cannot be used.

Solution: Correct the partition key value.

GAUSS-00333: “partition key column's number of relation '%s' is not a 1-D smallint array”

SQLSTATE: XX000

Description: The number of partition key columns or column type is incorrect for INCLUDING PARTITION specified in the LIKE clause of the CREATE TABLE … LIKE syntax.

Solution: Ensure that the number of partition key columns is 1 and the column type is an integer.

GAUSS-00334: “partition key column's number of %s not in the range of all its columns”

SQLSTATE: XX000

Description: The number of partition key columns for INCLUDING PARTITION specified in the LIKE clause of the CREATE TABLE … LIKE syntax exceeds the column quantity range of the current table.

Solution: Ensure that the number of partition key columns ranges from 1 to the maximum number of allowed columns of the current table.

GAUSS-00335: “' including partition ' for list partitioned relation: '%s' not implemented yet”

SQLSTATE: XX000

Description: The partition type is incorrect for INCLUDING PARTITION specified in the LIKE clause of the CREATE TABLE … LIKE syntax.

Solution: Ensure that the partition type is range or hash partitioning. List partitioning is not supported.

GAUSS-00336: “cache lookup failed for constraint %u”

SQLSTATE: 22P06

Description:Internal system error.

Solution:Contact technical support.

GAUSS-00337: “null conexclop for constraint %u”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-00338: “cache lookup failed for operator %u”

SQLSTATE: 22P06

Description:Internal system error.

Solution:Contact technical support.

GAUSS-00339: “too few entries in indexprs list”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-00340: “cache lookup failed for collation %u”

SQLSTATE: 22P06

Description:Internal system error.

Solution:Contact technical support.

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