GAUSS-03731 -- GAUSS-03740
GAUSS-03731: “unexpected chunk size %d (expected %d) in final chunk %d for toast value %u in %s”
SQLSTATE: XX014
Description: An internal exception occurs in the TOAST data storage.
Solution:Contact technical support.
GAUSS-03732: “unexpected chunk number %d (out of range %d..%d) for toast value %u in %s”
SQLSTATE: XX014
Description: An internal exception occurs in the TOAST data storage.
Solution:Contact technical support.
GAUSS-03733: “missing chunk number %d for toast value %u in %s”
SQLSTATE: XX014
Description: An internal exception occurs in the TOAST data storage.
Solution:Contact technical support.
GAUSS-03734: “unexpected chunk size %d (expected %d) in chunk %d of %d for toast value %u in %s when fetching slice”
SQLSTATE: XX014
Description: The chunk size of the TOAST table is different from expected.
Solution: Check the TOAST table.
GAUSS-03735: “unexpected chunk size %d (expected %d) in final chunk %d for toast value %u in %s when fetching slice”
SQLSTATE: XX014
Description: The chunk size of the TOAST table is different from expected.
Solution: Check the TOAST table.
GAUSS-03736: “could not open relation with OID %u”
SQLSTATE: XX000
Description: The relation OID is invalid.
Solution: Query the table name and OID in pg_class.
GAUSS-03737: “block number %u is out of range for relation '%s'”
SQLSTATE: XX000
Description: The block number exceeds the maximum block number in the table.
Solution: Check the file length of the table.
GAUSS-03738: “attempted to delete invisible tuple”
SQLSTATE: XX000
Description: The tuple to be deleted is invisible.
Solution: Check whether other operations are concurrently performed on the table.
GAUSS-03739: “tuple already updated by self”
SQLSTATE: XX000
Description: The tuple has been updated by the current transaction.
Solution:Contact technical support.
GAUSS-03740: “tuple concurrently updated”
SQLSTATE: XX000
Description: The tuple is concurrently updated or deleted.
Solution: Check whether other operations are concurrently performed on the table.