Thread: pgsql: Make the standard stopword files be sought relative to share_dir,

pgsql: Make the standard stopword files be sought relative to share_dir,

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Make the standard stopword files be sought relative to share_dir, so
that a tsearch2 installation can be relocatable.

Modified Files:
--------------
    pgsql/contrib/tsearch2:
        Makefile (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/Makefile.diff?r1=1.7&r2=1.8)
        stopword.c (r1.3 -> r1.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/stopword.c.diff?r1=1.3&r2=1.4)
        tsearch.sql.in (r1.9 -> r1.10)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsearch.sql.in.diff?r1=1.9&r2=1.10)