mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
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.
This commit is contained in:
@ -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
|
subdir = contrib
|
||||||
top_builddir = ..
|
top_builddir = ..
|
||||||
@ -31,7 +31,6 @@ WANTED_DIRS = \
|
|||||||
seg \
|
seg \
|
||||||
spi \
|
spi \
|
||||||
tablefunc \
|
tablefunc \
|
||||||
tsearch2 \
|
|
||||||
vacuumlo
|
vacuumlo
|
||||||
|
|
||||||
ifeq ($(with_openssl),yes)
|
ifeq ($(with_openssl),yes)
|
||||||
|
Reference in New Issue
Block a user