dont test denytrigger
authorMarko Kreen <markokr@gmail.com>
Tue, 31 Jul 2007 19:19:08 +0000 (19:19 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 31 Jul 2007 19:19:08 +0000 (19:19 +0000)
sql/londiste/Makefile

index 2cc12bea5f42fe113515c4c671078761abdc1f30..c3422c4e20a5f2b13ab997825f2e818dd519e48b 100644 (file)
@@ -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