GAUSS-03431 -- GAUSS-03440
GAUSS-03431: "old GIN indexes do not support whole-index scans nor searches for nulls"
SQLSTATE: 0A000
Description: The gin index is of an earlier version and does not support whole-index scan or null search.
Solution: Create the gin index in the new version.
GAUSS-03432: "GIN does not support mark/restore"
SQLSTATE: XX000
Description: Gin does not support recording or restoring the scan position.
Solution: This function has not been implemented. Do not use the function.
GAUSS-03433: "failed to add item to index page in %u/%u/%u"
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-03434: "failed to add item to index page"
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-03435: "gin_redo: unknown op code %u"
SQLSTATE: XX000
Description: The redo type is incorrect.
Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.
GAUSS-03436: "gin_desc: unknown op code %u"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03437: "ginContinueSplit: left block %u not found"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03438: "ginarrayextract requires three arguments"
SQLSTATE: XX000
Description: This function requires three parameters.
Solution: Check the usage of the ginarrayextract_2args function.
GAUSS-03439: "ginqueryarrayextract: unknown strategy number: %d"
SQLSTATE: XX000
Description: An incorrect strategy is used.
Solution: Check the usage of the ginqueryarrayextract function and the third parameter.
GAUSS-03440: "ginarrayconsistent: unknown strategy number: %d"
SQLSTATE: XX000
Description: An incorrect strategy is used.
Solution: Check the usage of the ginarrayconsistent function and the second parameter.
Last Article: GAUSS-03421 -- GAUSS-03430
Next Article: GAUSS-03441 -- GAUSS-03450
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.