GAUSS-03751 -- GAUSS-03760
GAUSS-03751: "heap_update_redo: invalid lp"
SQLSTATE: XX000
Description: The tuple pointer of the redo update operation is invalid.
Solution: Ensure that the Xlog is correct.
GAUSS-03752: "heap_update_redo: invalid max offset number"
SQLSTATE: XX000
Description: The page offset of the redo update tuple operation is invalid.
Solution: Ensure that the Xlog 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 is correct.
GAUSS-03754: "heap_lock_redo: invalid lp"
SQLSTATE: XX000
Description: The tuple pointer of the redo lock operation is invalid.
Solution: Ensure that the Xlog is correct.
GAUSS-03755: "heap_inplace_redo: invalid lp"
SQLSTATE: XX000
Description: The tuple pointer of the redo inplace operation is invalid.
Solution: Ensure that the Xlog is correct.
GAUSS-03756: "heap_inplace_redo: wrong tuple length"
SQLSTATE: XX000
Description: The tuple length of the redo inplace operation is invalid.
Solution: Ensure that the Xlog is correct.
GAUSS-03757: "heap_redo: unknown op code %u"
SQLSTATE: XX000
Description: The operation type of redo heap is invalid.
Solution: Ensure that the Xlog is correct.
GAUSS-03758: "heap2_redo: unknown op code %u"
SQLSTATE: XX000
Description: The operation type of redo heap2 is invalid.
Solution: Ensure that the Xlog 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: The OID of the partition is invalid.
Solution: Check whether the partition is correct in pg_partition.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.