GAUSS-03741 -- GAUSS-03750
GAUSS-03741: "attempted to update invisible tuple"
SQLSTATE: XX000
Description: The tuple to be updated is invisible.
Solution: Check whether other operations are concurrently performed on the table.
GAUSS-03742: "attempted to lock invisible tuple"
SQLSTATE: XX000
Description: The tuple to be locked is invisible.
Solution: Check whether other operations are concurrently performed on the table.
GAUSS-03743: "could not obtain lock on row in relation '%s'"
SQLSTATE: 55P03
Description: A lock fails to be added.
Solution: Check whether other operations are concurrently performed on the table.
GAUSS-03744: "heap_inplace_update: invalid lp"
SQLSTATE: XX000
Description: The tuple pointer of the update operation is invalid.
Solution: Contact technical support.
GAUSS-03745: "heap_inplace_update: wrong tuple length"
SQLSTATE: XX000
Description: The tuple length of the update operation is invalid.
Solution: Contact technical support.
GAUSS-03746: "heap_delete_redo: invalid lp"
SQLSTATE: XX000
Description: The tuple pointer of the redo delete operation is invalid.
Solution: Ensure that the Xlog is correct.
GAUSS-03747: "heap_insert_redo: invalid max offset number"
SQLSTATE: XX000
Description: The page offset of the redo insert operation is invalid.
Solution: Ensure that the Xlog is correct.
GAUSS-03748: "heap_insert_redo: failed to add tuple"
SQLSTATE: XX000
Description: Failed to add a tuple during the redo insert operation.
Solution: Ensure that the Xlog is correct.
GAUSS-03749: "heap_multi_insert_redo: invalid max offset number"
SQLSTATE: XX000
Description: The page offset of the redo multi insert operation is invalid.
Solution: Ensure that the Xlog is correct.
GAUSS-03750: "heap_multi_insert_redo: failed to add tuple"
SQLSTATE: XX000
Description: Failed to add a tuple during the redo multi insert operation.
Solution: Ensure that the Xlog is correct.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.