GAUSS-03631 -- GAUSS-03640
GAUSS-03631: “multiple active vacuums for index '%s'”
SQLSTATE: XX000
Description: Multiple VACUUM operations are performed on an index.
Solution: Do not perform multiple VACUUM operations on a B-tree index at the same time.
GAUSS-03632: “out of btvacinfo slots”
SQLSTATE: XX000
Description: The number of VACUUM operations exceeds the maximum value.
Solution: Perform this operation after other VACUUM operations are complete.
GAUSS-03633: “index '%s' is not a btree”
SQLSTATE: XX002
Description: This node is not the root of the B-tree index.
Solution: A preventive error mechanism. Contact technical support.
GAUSS-03635: “no live root page found in index '%s'”
SQLSTATE: XX000
Description: The B-tree index has no root node.
Solution: A preventive error mechanism. Contact technical support.
GAUSS-03636: “root page %u of index '%s' has level %u, expected %u”
SQLSTATE: XX000
Description: The root page of the index contains incorrect level information.
Solution: A preventive error mechanism. Contact technical support.
GAUSS-03637: “failed to re-find parent key in index '%s' for deletion target page %u”
SQLSTATE: XX000
Description: Failed to find the parent node during the deletion.
Solution: A preventive error mechanism. Contact technical support.
GAUSS-03638: “not enough stack items”
SQLSTATE: XX000
Description:Internal system error.
Solution: A preventive error mechanism. Contact technical support.
GAUSS-03639: “left link changed unexpectedly in block %u of index '%s'”
SQLSTATE: XX000
Description: The page number of the left link is changed.
Solution: A preventive error mechanism. Contact technical support.
GAUSS-03640: “right sibling's left-link doesn't match: block %u links to %u instead of expected %u in index '%s'”
SQLSTATE: XX000
Description: The B-tree index structure is incorrect. The left link of the right sibling does not match.
Solution: A preventive error mechanism. Contact technical support.