GAUSS-02561 – GAUSS-02570

    SQLSTATE: 42602

    错误原因:动态库地址中包含不合法的路径宏。

    解决办法:请检查动态库地址中的路径宏是否合法。

    GAUSS-02564: “zero-length component in parameter ‘dynamic_library_path’”

    SQLSTATE: 42602

    错误原因:动态库地址长度为0,不合法。

    解决办法:请检查动态库的地址。

    GAUSS-02565: “component in parameter ‘dynamic_library_path’ is not an absolute path”

    错误原因:动态库地址不是绝对路径。

    解决办法:请检查动态库的地址。

    GAUSS-02566: “init_MultiFuncCall cannot be called more than once”

    SQLSTATE: 2F000

    错误原因:函数init_MultiFuncCall不能被调用多次。

    解决办法:请检查调用逻辑。

    GAUSS-02567: “could not determine actual result type for function ‘%s’ declared to return type %s”

    SQLSTATE: 42804

    解决办法:请检查函数的返回类型。

    GAUSS-02568: “proallargtypes is not a 1-D Oid array”

    SQLSTATE: XX000

    错误原因:函数参数不合法。

    解决办法:请检查传入参数。

    GAUSS-02569: “proargnames must have the same number of elements as the function has arguments”

    SQLSTATE: 22023

    错误原因:系统内部错误:函数参数数目与proarnames不匹配。