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: Ensure that the memory context is valid.
GAUSS-04295: “Fail to send signal to backend(tid:%lu). "
SQLSTATE: XX000
Description: Failed to send an internal signal 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: Failed to allocate a large volume of memory required for compression because the system memory is insufficient.
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 or middle compression level during the import.
GAUSS-04298: “version is incompatible when preparing zlib encoder.”
SQLSTATE: XX000
Description: Internal system error.
Solution:Contact technical support.
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.