GAUSS-02581 -- GAUSS-02590
GAUSS-02581: “function %u has too many arguments (%d, maximum is %d)”
SQLSTATE: 54023
Description: The function has too many input parameters.
Solution: Run the \df command to check whether the number of parameters defined by the function is consistent with that in the current query statement. The maximum number of function parameters is 16.
GAUSS-02583: “input function %u returned non-NULL”
SQLSTATE: XX005
Description: After the column data is processed, a null string is returned, which conflicts with the NOT NULL constraint.
Solution: Ensure that the column data is not empty and meets the NOT NULL constraint.
GAUSS-02584: “input function %u returned NULL”
SQLSTATE: XX005
Description: After the column data is processed, a not-null string is returned, which conflicts with the NULL constraint.
Solution: Ensure that the column data is empty and meets the NULL constraint.
GAUSS-02585: “receive function %u returned non-NULL”
SQLSTATE: 22023
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02586: “receive function %u returned NULL”
SQLSTATE: 22000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02587: “could not reopen file '%s' as stderr: %m”
SQLSTATE: XX000
Description: Failed to open the file as the stderr redirection file.
Solution: Check whether files exist.
GAUSS-02588: “could not reopen file '%s' as stdout: %m”
SQLSTATE: XX000
Description: Failed to open the file as the stdout redirection file.
Solution: Check whether files exist.
GAUSS-02590: “buffer %d is not owned by resource owner %s”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.