GAUSS-03301 -- GAUSS-03310
GAUSS-03301: “cannot lock cluster for backup in presence of %d uncommitted prepared transactions”
SQLSTATE: 55P03
Description: The cluster cannot be locked for backup when prepared transactions are uncommitted.
Solution: Lock the cluster for backup after prepared transactions are committed.
GAUSS-03302: “cannot lock cluster for backup, lock is already held”
SQLSTATE: 55P03
Description: The cluster cannot be locked for backup because the lock is not obtained.
Solution: Lock the cluster for backup after the relevant locked resources are released.
GAUSS-03304: “word is too long (%ld bytes, max %ld bytes)”
SQLSTATE: 54000
Description: The word exceeds the maximum length.
Solution: Use a word within the allowed length.
GAUSS-03305: “string is too long for tsvector (%ld bytes, max %ld bytes)”
SQLSTATE: 54000
Description: The string exceeds the maximum length.
Solution: Use a string within the allowed length.
GAUSS-03306: “positions array too long”
SQLSTATE: XX000
Description: The entered string length exceeds the maximum length allowed by the tsvector type (1«20) - 1.
Solution: Shorten the string.
GAUSS-03307: “invalid size of tsvector”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-03308: “invalid tsvector: lexeme too long”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-03309: “invalid tsvector: maximum total lexeme length exceeded”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.