I am trying to build contib/tsearch from the latest code provided here:
http://www.sai.msu.su/~megera/postgres/gist/
And getting this error message:
stat.c:390: conflicting types for `stat'
/usr/include/sys/stat.h:127: previous declaration of `stat'
Am I supposed to build the new tsearch code with the latest Postgres
snapshot?
Any help is appreciated.