GAUSS-03401 -- GAUSS-03410
GAUSS-03402: “hash_redo: unimplemented”
SQLSTATE: XX000
Description: The hash index does not support the redo operation.
Solution: Do not perform this operation because the function is not supported.
GAUSS-03404: “index row size %lu exceeds hash maximum %lu”
SQLSTATE: 54000
Description: The size of the tuple exceeds the size of a page.
Solution: Internal system error. Check whether toast is used.
GAUSS-03405: “failed to add index item to '%s'”
SQLSTATE: XX000
Description: Failed to insert the tuple to the hash index page.
Solution: Internal system error. Contact technical support.
GAUSS-03407: “hash AM does not use P_NEW”
SQLSTATE: XX000
Description: The hash index does not support foreign page expansion.
Solution: A preventive error mechanism. Contact technical support.
GAUSS-03408: “access to noncontiguous page in hash index '%s'”
SQLSTATE: XX000
Description: The hash index pages to be expanded must be consecutive.
Solution: A preventive error mechanism. Contact technical support.
GAUSS-03409: “unexpected hash relation size: %u, should be %u”
SQLSTATE: XX000
Description: Failed to expand the hash index page.
Solution: A preventive error mechanism. Contact technical support.
GAUSS-03410: “cannot initialize non-empty hash index '%s'”
SQLSTATE: XX000
Description: Failed to initialize the not-NULL hash table.
Solution: A preventive error mechanism. Contact technical support.