amutu / zhparser

zhparser is a PostgreSQL extension for full-text search of Chinese language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postgresql 9.6编译失败

abcfy2 opened this issue · comments

错误信息如下:

zhparser.c:15:27: fatal error: utils/varlena.h: No such file or directory
 #include "utils/varlena.h"
                           ^
compilation terminated.
<builtin>: recipe for target 'zhparser.o' failed
make: *** [zhparser.o] Error 1

google了一下,似乎是这个头文件只有10以上版本才支持?怎么解决啊?

commented

谢谢反馈!fix by e909539