projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
140d4eb
)
contrib/tsearch2 now fails its regression test because of conflicts with
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 21 Aug 2007 01:12:28 +0000
(
01:12
+0000)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/contrib/Makefile
b/contrib/Makefile
index 6a0d331911d90cdfa98a0c0ab2e6e153847d36e3..fe86803363897400939ad4f5efdb5ba432dbc63e 100644
(file)
--- a/
contrib/Makefile
+++ b/
contrib/Makefile
@@
-1,4
+1,4
@@
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.7
7 2007/06/01 19:38:07
tgl Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.7
8 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)