Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

On this page

Show all

GAUSS-02361 -- GAUSS-02370

Updated on 2024-03-15 GMT+08:00

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:

  1. DISABLE ROW MOVEMENT is specified when the partitioned table is created.
  2. The data update exceeds the partition range.

Solution:

  1. Change DISABLE ROW MOVEMENT to ENABLE ROW MOVEMENT for the table. For example:
    ALTER TABLE table_name ENABLE ROW MOVEMENT
  2. 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

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback