GAUSS-04281 -- GAUSS-04290
GAUSS-04283: “pg_largeobject entry for OID %u, page %d has invalid data field size %d”
SQLSTATE: XX001
Description: The length of the fragment of a large object is invalid and the data is damaged.
Solution: Contact technical support. Alternatively, try using backup data to restore the data.
GAUSS-04284: “exceeded maxAllocatedDescs (%d) while trying to open file '%s:%d'”
SQLSTATE: 53000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-04285: “exceeded maxAllocatedDescs (%d) while trying to open file '%s'”
SQLSTATE: 53000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-04286: “exceeded maxAllocatedDescs (%d) while trying to open directory '%s'”
SQLSTATE: 53000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-04287: “must have at least one column”
SQLSTATE: 0A000
Description: The CREATE TABLE syntax does not specify the column information of the table.
Solution: Ensure that at least one column is specified in the CREATE TABLE table_name({column_name data_type}) syntax.