projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d2e7b7
)
dont test denytrigger
author
Marko Kreen
<markokr@gmail.com>
Tue, 31 Jul 2007 19:19:08 +0000
(19:19 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 31 Jul 2007 19:19:08 +0000
(19:19 +0000)
sql/londiste/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/sql/londiste/Makefile
b/sql/londiste/Makefile
index 2cc12bea5f42fe113515c4c671078761abdc1f30..c3422c4e20a5f2b13ab997825f2e818dd519e48b 100644
(file)
--- a/
sql/londiste/Makefile
+++ b/
sql/londiste/Makefile
@@
-5,7
+5,8
@@
DOCS = README.londiste
FUNCS = $(wildcard functions/*.sql)
SRCS = structure/tables.sql structure/grants.sql structure/types.sql $(FUNCS)
-REGRESS = londiste_install londiste_denytrigger londiste_provider londiste_subscriber
+REGRESS = londiste_install londiste_provider londiste_subscriber
+# londiste_denytrigger
REGRESS_OPTS = --load-language=plpythonu --load-language=plpgsql
include ../../config.mak