]> granicus.if.org Git - postgresql/commit
Remove contrib/tsearch2.
authorRobert Haas <rhaas@postgresql.org>
Mon, 13 Feb 2017 16:02:23 +0000 (11:02 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 13 Feb 2017 16:06:11 +0000 (11:06 -0500)
commit7ada2d31f47f1d378ae7d4ee2d044df1bb2b0c6a
treeed54d387db44ae911ed011ef2ad242f97427a9a4
parentae0e550ce1703621efb3b75f4558df253cef5bca
Remove contrib/tsearch2.

This module was intended to ease migrations of applications that used
the pre-8.3 version of text search to the in-core version introduced
in that release.  However, since all pre-8.3 releases of the database
have been out of support for more than 5 years at this point, we
expect that few people are depending on it at this point.  If some
people still need it, nothing prevents it from being maintained as a
separate extension, outside of core.

Discussion: http://postgr.es/m/CA+Tgmob5R8aDHiFRTQsSJbT1oreKg2FOSBrC=2f4tqEH3dOMAg@mail.gmail.com
17 files changed:
.gitattributes
contrib/Makefile
contrib/tsearch2/.gitignore [deleted file]
contrib/tsearch2/Makefile [deleted file]
contrib/tsearch2/data/test_tsearch.data [deleted file]
contrib/tsearch2/expected/tsearch2.out [deleted file]
contrib/tsearch2/sql/tsearch2.sql [deleted file]
contrib/tsearch2/tsearch2--1.0.sql [deleted file]
contrib/tsearch2/tsearch2--unpackaged--1.0.sql [deleted file]
contrib/tsearch2/tsearch2.c [deleted file]
contrib/tsearch2/tsearch2.control [deleted file]
doc/src/sgml/contrib.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/textsearch.sgml
doc/src/sgml/tsearch2.sgml [deleted file]
src/test/modules/test_parser/test_parser.c
src/tools/msvc/Mkvcbuild.pm