Skip to content

Commit 7ada2d3

Browse files
committed
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
1 parent ae0e550 commit 7ada2d3

17 files changed

+1
-5409
lines changed

Diff for: .gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ README.* conflict-marker-size=32
1313

1414
# Certain data files that contain special whitespace, and other special cases
1515
*.data -whitespace
16-
contrib/tsearch2/sql/tsearch2.sql whitespace=space-before-tab,blank-at-eof,-blank-at-eol
1716
contrib/pgcrypto/sql/pgp-armor.sql whitespace=-blank-at-eol
1817
doc/bug.template whitespace=space-before-tab,-blank-at-eof,blank-at-eol
1918
src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,-blank-at-eol

Diff for: contrib/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ SUBDIRS = \
4747
test_decoding \
4848
tsm_system_rows \
4949
tsm_system_time \
50-
tsearch2 \
5150
unaccent \
5251
vacuumlo
5352

Diff for: contrib/tsearch2/.gitignore

-4
This file was deleted.

Diff for: contrib/tsearch2/Makefile

-20
This file was deleted.

Diff for: contrib/tsearch2/data/test_tsearch.data

-508
This file was deleted.

0 commit comments

Comments
 (0)