contrib/tsearch2 now fails its regression test because of conflicts with
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Aug 2007 01:12:28 +0000 (01:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Aug 2007 01:12:28 +0000 (01:12 +0000)
the core additions.  For the moment I diked it out of contrib/Makefile.
We should look at turning it into a backward-compatibility package.

contrib/Makefile

index 02a566f835fbb34440d04a5fb5587dacba66ad5f..ac826bd7d55cb2d5f0abf328f674eb6a8993d400 100644 (file)
@@ -31,7 +31,6 @@ WANTED_DIRS = \
                seg             \
                spi             \
                tablefunc       \
-               tsearch2        \
                vacuumlo
 
 ifeq ($(with_openssl),yes)