GAUSS-02361 -- GAUSS-02370
GAUSS-02361: "partition table delete conflict"
SQLSTATE: 40000
Description: The partitioned table is concurrently deleted.
Solution: Do not perform concurrent operations.
GAUSS-02362: "unrecognized heap_delete status: %u"
SQLSTATE: XX000
Description: The value returned after a tuple is deleted is not within the expected range. The tuple may be invisible.
Solution: Perform the deletion operation again.
GAUSS-02363: "failed to fetch deleted tuple for DELETE RETURNING"
SQLSTATE: XX000
Description: Failed to obtain the deleted tuple using DELETE RETURNING.
Solution: Internal system error. Contact technical support.
GAUSS-02364: "cannot UPDATE during bootstrap"
SQLSTATE: XX000
Description: The update operation is performed during initialization.
Solution: Internal system error. Contact technical support.
GAUSS-02365: "unrecognized heap_update status: %u"
SQLSTATE: XX000
Description: The value returned after a tuple is deleted is not within the expected range. The tuple may be invisible.
Solution: Perform the deletion operation again.
GAUSS-02366: "fail to update partitioned table '%s'"
SQLSTATE: XX000
Description:
- DISABLE ROW MOVEMENT is specified when the partitioned table is created.
- The data update exceeds the partition range.
Solution:
- Change DISABLE ROW MOVEMENT to ENABLE ROW MOVEMENT for the table. For example:
ALTER TABLE table_name ENABLE ROW MOVEMENT
- Change the partition range.
GAUSS-02367: "partition table update conflict"
SQLSTATE: 40000
Description: The partitioned table cannot be concurrently updated.
Solution: Specify DISABLE ROW MOVEMENT while creating the table.
GAUSS-02368: "unrecognized heap_update status: %u"
SQLSTATE: XX000
Description: The value returned after a tuple is deleted is not within the expected range. The tuple may be invisible.
Solution: Perform the deletion operation again.
GAUSS-02369: "unknown operation"
SQLSTATE: XX000
Description: The operation type cannot be recognized.
Solution: Internal system error. Contact technical support.
GAUSS-02370: "ModifyTable should not be called during EvalPlanQual"
SQLSTATE: XX000
Description: This is an internal error.
Solution: Internal system error. Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.