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

GAUSS-03671 -- GAUSS-03680

GAUSS-03671: "btree_xlog_cleanup: right block unfound"

SQLSTATE: XX000

Description: The right block cannot be found.

Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.

GAUSS-03672: "btree_xlog_cleanup: _bt_pagedel failed"

SQLSTATE: XX000

Description: Failed to delete the B-tree page.

Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.

GAUSS-03674: "concurrent GiST page split was incomplete"

SQLSTATE: XX000

Description: The split is incomplete.

Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.

GAUSS-03675: "index '%s' contains an inner tuple marked as invalid"

SQLSTATE: XX000

Description: The internal index contains invalid tuples.

Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.

GAUSS-03676: "failed to re-find parent of a page in index '%s', block %u"

SQLSTATE: XX000

Description: Failed to find the parent node page.

Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.

GAUSS-03677: "numberOfAttributes %d > %d"

SQLSTATE: XX000

Description: The number of attribute columns in the index table exceeds the maximum value.

Solution: Reduce the number of columns for creating an index.

GAUSS-03678: "invalid GiST tuple found on leaf page"

SQLSTATE: XX000

Description: The GIST page is incorrect.

Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.

GAUSS-03679: "GiST only supports forward scan direction"

SQLSTATE: XX000

Description: Only the forward direction is supported.

Solution: Correct the scan direction.

GAUSS-03680: "failed to add item to GiST index page, item %d out of %d, size %d bytes"

SQLSTATE: XX000

Description: Failed to insert the tuple to the GIST index.

Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.