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

GAUSS-01091 -- GAUSS-01100

GAUSS-01091: "cstore.%s is a internal table"

SQLSTATE: XX000

Description: The table started with cstore. is an internal table and cannot be vacuumed.

Solution: Do not run the VACUUM statement for internal tables.

GAUSS-01092: "pg_class entry for relid %u vanished during vacuuming"

SQLSTATE: XX000

Description: Failed to find the required table object after VACUUM.

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

GAUSS-01093: "could not find tuple for database %u"

SQLSTATE: XX000

Description: Failed to find the database object.

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

GAUSS-01094: "pg_partition entry for partid %u vanished during vacuuming"

SQLSTATE: XX000

Description: Failed to find the required partition object after VACUUM.

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

GAUSS-01095: "unexpected relkind!"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-01096: "%s requires a parameter"

SQLSTATE: 42601

Description: Parameters are missing.

Solution: Ensure that the number of parameters for the SQL statement is correct.

GAUSS-01097: "%s requires a numeric value"

SQLSTATE: 42601

Description: No numeric-typed parameter is provided.

Solution: Check the SQL statements and provide the correct parameter.

GAUSS-01098: "%s requires a boolean value"

SQLSTATE: 42601

Description: No Boolean-typed parameter is provided.

Solution: Check the SQL statements and provide the correct parameter.

GAUSS-01099: "argument of %s must be a name"

SQLSTATE: 42601

Description: The parameter name must comply with the naming conventions.

Solution: Check the parameter and change the parameter value.

GAUSS-01100: "argument of %s must be a type name"

SQLSTATE: 42601

Description: The parameter must be a type name.

Solution: Ensure that a type name is used as the parameter value.