summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-02-13 11:02:23 -0500
committerRobert Haas <rhaas@postgresql.org>2017-02-13 11:06:11 -0500
commit7ada2d31f47f1d378ae7d4ee2d044df1bb2b0c6a (patch)
treeed54d387db44ae911ed011ef2ad242f97427a9a4 /.gitattributes
parentae0e550ce1703621efb3b75f4558df253cef5bca (diff)
downloadpostgresql-7ada2d31f47f1d378ae7d4ee2d044df1bb2b0c6a.tar.gz
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
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 4dfc13112e..bdbcdb560a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -13,7 +13,6 @@ README.* conflict-marker-size=32
# Certain data files that contain special whitespace, and other special cases
*.data -whitespace
-contrib/tsearch2/sql/tsearch2.sql whitespace=space-before-tab,blank-at-eof,-blank-at-eol
contrib/pgcrypto/sql/pgp-armor.sql whitespace=-blank-at-eol
doc/bug.template whitespace=space-before-tab,-blank-at-eof,blank-at-eol
src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,-blank-at-eol