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

GAUSS-03421 -- GAUSS-03430

GAUSS-03421: "index '%s' has wrong hash version"

SQLSTATE: XX002

Description: The version information is incorrect.

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

GAUSS-03422: "hash scan list trashed; cannot find 0x%p"

SQLSTATE: XX000

Description: The Hash scan list is damaged.

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

GAUSS-03423: "lost saved point in index"

SQLSTATE: XX000

Description: A page in the index is missing.

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

GAUSS-03424: "could not find additional pending pages for same heap tuple"

SQLSTATE: XX000

Description: Internal system error.

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

GAUSS-03425: "index row size %lu exceeds maximum %lu for index '%s'"

SQLSTATE: 54000

Description: The size of the tuple exceeds the size of a page.

Solution: An internal system error occurs. This is a preventive error mechanism. Ensure that the toast mechanism is not used.

GAUSS-03426: "failed to add item to index page in '%s'"

SQLSTATE: XX000

Description: Failed to insert a tuple to the page.

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

GAUSS-03427: "failed to add item to index root page"

SQLSTATE: XX000

Description: Failed to insert the tuple to the root page.

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

GAUSS-03428: "Lost path"

SQLSTATE: XX000

Description: Internal system error.

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

GAUSS-03429: "ginmerge: unimplemented"

SQLSTATE: XX000

Description: The GIN index does not support merging.

Solution: Do not perform merge for GIST indexes because the function is not supported.

GAUSS-03430: "unexpected searchMode: %d"

SQLSTATE: XX000

Description: The search mode is incorrect.

Solution: Check the configured searchmode.