Updated on 2024-03-15 GMT+08:00

GAUSS-01951 -- GAUSS-01960

GAUSS-01951: "could not find tuple for partition %u"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-01952: "cannot reindex temporary tables of other sessions"

SQLSTATE: 0A000

Description: Indexes in the temporary tables of other sessions cannot be reorganized.

Solution: Do not reorganize indexes in the temporary tables of other sessions.

GAUSS-01953: "cannot reindex while reindexing"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-01954: "cache lookup failed for partitioned index %u"

SQLSTATE: XX000

Description: Partitioned indexes fail to be found in system caches.

Solution: Check whether partitioned indexes exist.

GAUSS-01955: "Memory alloc failed for indexInfo"

SQLSTATE: XX000

Description: The IndexInfo structure generation fails.

Solution: Ensure that the memory is sufficient.

GAUSS-01956: "cache lookup failed for index %u"

SQLSTATE: XX000

Description: Indexes fail to be found in the system catalog cache.

Solution: Ensure that the index names are correct.

GAUSS-01957: "mergingBtreeIndexes, zero or less than 2 or greater than 4 source index relations"

SQLSTATE: XX000

Description: During index merge, only one index is the source index or the number of indexes imported as source indexes exceeds the maximum number 300.

Solution: Contact technical support.

GAUSS-01958: "mergingBtreeIndexes, only btree indexes can be merged"

SQLSTATE: XX000

Description: Only B-tree indexes can be merged.

Solution: Contact technical support.

GAUSS-01959: "target merging index '%s' already contains data"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-01960: "cannot remove dependency on %s because it is a system object"

SQLSTATE: 0A000

Description: This is a system object and the dependency relationship cannot be removed.

Solution: Contact technical support.