Re: Full text index/compiling fti.c - Mailing list pgsql-novice

From Tom Lane
Subject Re: Full text index/compiling fti.c
Date
Msg-id 21947.964029785@sss.pgh.pa.us
Whole thread Raw
In response to Full text index/compiling fti.c  (Juan Julian Merelo Guervos <jmerelo@geneura.ugr.es>)
List pgsql-novice
Juan Julian Merelo Guervos <jmerelo@geneura.ugr.es> writes:
>     I have been trying to compile the fti.c program that comes in the
> contrib directory, to no avail. Looks like it includes other files,
> which try to look for one such fmgr.h file, which is not in the
> postgres-7.0 source distribution.

In 7.0, fmgr.h is built during compilation of the source tree --- I'm
afraid you need to work with a fully configured+built source tree.

(We have a TODO item to try to make this a little cleaner in future.
It's clear that more of the header files ought to be installed into
the install include tree, but where to draw the line exactly?)

            regards, tom lane

pgsql-novice by date:

Previous
From: Juan Julian Merelo Guervos
Date:
Subject: Full text index/compiling fti.c
Next
From: Helge Bahmann
Date:
Subject: strange behaviour of "CHECK ... IN (SELECT ...)" as constraint