GAUSS-01851 -- GAUSS-01860
GAUSS-01851: "invalid input parameters when searching for local index under some index"
SQLSTATE: 42704
Description: The result of searching for the OID of indexes indicates that parameters input is invalid.
Solution: Ensure that parameters input is valid.
GAUSS-01852: "%u is not a partitioned index"
SQLSTATE: 42704
Description: The object corresponding to the parameter OID is not a partitioned index.
Solution: Search the system table to check whether the attribute of the parameter introduced during execution process is correct.
GAUSS-01853: "%u not found in pg_class"
SQLSTATE: 42704
Description: The object corresponding to the parameter OID cannot be found in the pg_class system catalog.
Solution: Ensure that the object OID to be found is correct and that the object is analyzed and imported to the system catalog.
GAUSS-01854: "not found local index %u in pg_partition"
SQLSTATE: 42704
Description: The corresponding local index cannot be found in the pg_partition system catalog.
Solution: Ensure that the local index parameter is valid and that the attribute of the parameter upon creation is correct.
GAUSS-01855: "none is the son local index of index %u"
SQLSTATE: 42704
Description: No local index is found in the indexes of partitionedIndexid.
Solution: Ensure that the local index to be searched for is correct.
GAUSS-01856: "found a index partition without oid in pg_partition"
SQLSTATE: 42704
Description: The index partition OID cannot be found in the pg_partition table.
Solution: Ensure that the index partition is updated to the system catalog.
GAUSS-01857: "no local indexes defined on table partition %u"
SQLSTATE: 42704
Description: No local index is found in the partitioned system catalog.
Solution: Ensure that the index partition is correctly defined.
GAUSS-01858: "can not found a local index defined on table partition %u whose parent is %u"
SQLSTATE: 42704
Description: No local index is found in the table partition of the index partition.
Solution: Ensure that the index partition is correctly created.
GAUSS-01859: "cache lookup failed for index partition %u"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01860: "more than one item satisfied parttype is %c, parentOid is %u"
SQLSTATE: 0A000
Description: Two partitions in one table are of the same type.
Solution: Ensure that all partitions are of different types.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.