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

GAUSS-01711 -- GAUSS-01720

GAUSS-01712: "PGXC node %s: not a Datanode"

SQLSTATE: 42601

Description: The node specified by this name is not a DN.

Solution: Ensure that the node ID is correct and the system runs properly.

GAUSS-01713: "PGXC Group %s: group not defined"

SQLSTATE: 42704

Description: The node group corresponding to group_name does not exist.

Solution: Ensure that the group_name group called is correct, and that the group is correctly created.

GAUSS-01714: "shared relations must be placed in pg_global tablespace"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-01715: "could not find attrdef tuple for relation %u attnum %d"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-01716: "could not find tuple for attrdef %u"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-01717: "could not remove file '%s': %m"

SQLSTATE: XX000

Description: Deleting the corresponding error message table fails.

Solution: Ensure that the user has the rights to access the table.

GAUSS-01718: "cache lookup failed for foreign table %u"

SQLSTATE: XX000

Description: Failed to find the required foreign-data wrapper.

Solution: Check whether the settings of GDS, HDFS foreign tables, Roach, and OBS are correct.

GAUSS-01719: "cache lookup failed for partitioned table %u in pg_partition"

SQLSTATE: XX000

Description: The corresponding tuple cannot be found in the partition table.

Solution: Ensure that the object corresponding to relid is a partitioned table. If it is, check the status of its tuples.

GAUSS-01720: "check constraint '%s' already exists"

SQLSTATE: 42710

Description: The constraint to be added already exists.

Solution: Ensure that the constraint to be added is unique.