GAUSS-04291 -- GAUSS-04300
GAUSS-04291: "tsquery is too large"
SQLSTATE: 54000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-04292: "bit string length exceeds the maximum allowed (%d)"
SQLSTATE: 54000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-04293: "language validation function %u called for language %u instead of %u"
SQLSTATE: 42501
Description: Internal system error.
Solution: Contact technical support.
GAUSS-04294:"The name of memory context is too long(>=%dbytes)"
SQLSTATE: 42602
Description: The name of the memory context exceeds the limit MEMORY_CONTEXT_NAME_LEN.
Solution: Let the user ensure that the memory context is valid.
GAUSS-04295:"Fail to send signal to backend(tid:%lu). "
SQLSTATE: XX000
Description: An internal signal fails to be sent to the backend thread.
Solution: The backend may have exited. Let the user check whether the backend exists.
GAUSS-04296:"out of memory when preparing zlib encoder. "
SQLSTATE: 53200
Description: The system memory is insufficient. As a result, a large volume of memory required for compression failed to be obtained.
Solution: Release unnecessary processes in the system and import data again.
GAUSS-04297:"level %d is invalid when preparing zlib encoder. "
SQLSTATE: XX000
Description: The zlib compression level is incorrect.
Solution: Use the low/middle compression level during the import.
GAUSS-04299:"error %d occurs when preparing zlib encoder. "
SQLSTATE: XX000
Description: System resources are insufficient.
Solution: Release unnecessary memory in the system and import data again.
GAUSS-04300:"RLE decompress failed, expected bytes %d, real size %d "
SQLSTATE: XX001
Description: The data is damaged.
Solution: Use backed up data for restoration.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.