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 of an earlier version does not support the whole-index scan or NULL search.
Solution: Create a GIN index of the new version.
GAUSS-03432: “GIN does not support mark/restore”
SQLSTATE: XX000
Description: The GIN index does not support recording or restoring the scan position.
Solution: Do not perform this operation because the function is not supported.
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: 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: A preventive error mechanism. 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: The strategy is incorrect.
Solution: Check the usage of the ginqueryarrayextract function and the third parameter.