GAUSS-03761 -- GAUSS-03770
GAUSS-03761: “openning partition %u, but relation %s %u is neither table nor index”
SQLSTATE: XX000
Description: The partition of the operation is not a table or an index.
Solution: Check whether the object of the SQL operation is a table or index.
GAUSS-03762: “closing partition %u, but relation %u is neither table nor index”
SQLSTATE: 2200X
Description: The closed partition is not a table or an index.
Solution: Check whether the object of the SQL operation is a table or index.
GAUSS-03763: “failed to add tuple to page”
SQLSTATE: XX000
Description: Failed to add a tuple to the page.
Solution:Contact technical support.
GAUSS-03764: “page %u of relation '%s' should be empty but is not”
SQLSTATE: XX000
Description: The page must be empty.
Solution:Contact technical support.
GAUSS-03765: “tuple is too big: size %lu”
SQLSTATE: XX000
Description: The tuple length is greater than the free space on the page.
Solution:Contact technical support.
GAUSS-03767: “This query is not supported by optimizer in CStore”
SQLSTATE: XX000
Description: The column-store query is run on the CN.
Solution: Check whether the column-store table is queried on the CN.