Skip to content

设置extra_dicts参数在执行ts_parse后show错误 #92

Description

@guo-m-j

在postgresql.conf中设置zhparser.extra_dicts='dict_extra.txt,dict.utf8.xdb'。
启动实例后安装插件,执行ts_parse
其会调用zhparser里的init,进行extra_dicts参数加载。
但在调用SplitIdentifierString后,extra_dicts参数会只剩下第一部分,即dict_extra.txt。
因此再执行show zhparser.extra_dicts命令,会查询结果为dict_extra.txt,而不是dict_extra.txt,dict.utf8.xdb。

希望能尽快修复该问题,有问题请联系我,谢谢!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions