From 2330f91b8cbce8925c02b58f7741ad22bf7fa938 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 31 Jul 2007 19:19:08 +0000 Subject: [PATCH] dont test denytrigger --- sql/londiste/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/londiste/Makefile b/sql/londiste/Makefile index 2cc12bea..c3422c4e 100644 --- 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 -- 2.39.5