GAUSS-03751 -- GAUSS-03760
GAUSS-03751: “heap_update_redo: invalid lp”
SQLSTATE: XX000
Description: The tuple pointer during the redo update operation is invalid.
Solution: Ensure that the .xlog file is correct.
GAUSS-03752: “heap_update_redo: invalid max offset number”
SQLSTATE: XX000
Description: The page offset during the redo update tuple operation is invalid.
Solution: Ensure that the .xlog file is correct.
GAUSS-03753: “heap_update_redo: failed to add tuple”
SQLSTATE: XX000
Description: Failed to add a tuple during the redo update operation.
Solution: Ensure that the .xlog file is correct.
GAUSS-03754: “heap_lock_redo: invalid lp”
SQLSTATE: XX000
Description: The tuple pointer during the redo lock operation is invalid.
Solution: Ensure that the .xlog file is correct.
GAUSS-03755: “heap_inplace_redo: invalid lp”
SQLSTATE: XX000
Description: The tuple pointer during the redo inplace operation is invalid.
Solution: Ensure that the .xlog file is correct.
GAUSS-03756: “heap_inplace_redo: wrong tuple length”
SQLSTATE: XX000
Description: The tuple length during the redo inplace operation is invalid.
Solution: Ensure that the .xlog file is correct.
GAUSS-03759: “relation '%s' is not table or index”
SQLSTATE: XX000
Description: The relation of the operation is not a table or index.
Solution: Check whether the object of the SQL operation is a table or index.
GAUSS-03760: “could not open partition with OID %u”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.