diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-21 01:12:28 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-21 01:12:28 +0000 |
commit | 46dedde5243c4df09470e2543c4d5228254be3f7 (patch) | |
tree | 3dd2c6126e9efd94fe95426f6e8a24bd77e8ea63 | |
parent | 140d4ebcb46e17cdb1be43892ed797e5e060c8ef (diff) | |
download | postgresql-46dedde5243c4df09470e2543c4d5228254be3f7.tar.gz postgresql-46dedde5243c4df09470e2543c4d5228254be3f7.zip |
contrib/tsearch2 now fails its regression test because of conflicts with
the core additions. For the moment I diked it out of contrib/Makefile.
We should look at turning it into a backward-compatibility package.
-rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 6a0d331911d..fe868033638 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.77 2007/06/01 19:38:07 tgl Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.78 2007/08/21 01:12:28 tgl Exp $ subdir = contrib top_builddir = .. @@ -31,7 +31,6 @@ WANTED_DIRS = \ seg \ spi \ tablefunc \ - tsearch2 \ vacuumlo ifeq ($(with_openssl),yes) |