Skip to content

Commit d95d4cf

Browse files
author
Arseny Kositsyn
committed
[PGPRO-12159] Added perl test for rum_debug_funcs.
The regression tests have been removed. Tags: rum
1 parent 6189098 commit d95d4cf

File tree

5 files changed

+339
-23885
lines changed

5 files changed

+339
-23885
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ REGRESS = security rum rum_validate rum_hash ruminv timestamp \
2626
int2 int4 int8 float4 float8 money oid \
2727
time timetz date interval \
2828
macaddr inet cidr text varchar char bytea bit varbit \
29-
numeric rum_weight expr array rum_debug_funcs
29+
numeric rum_weight expr array
3030

3131

3232
TAP_TESTS = 1
@@ -46,11 +46,6 @@ include $(top_builddir)/src/Makefile.global
4646
include $(top_srcdir)/contrib/contrib-global.mk
4747
endif
4848

49-
# rum_debug_funcs tests only for enterprise
50-
ifneq ($(PGPRO_EDITION), enterprise)
51-
REGRESS := $(filter-out rum_debug_funcs, $(REGRESS))
52-
endif
53-
5449
$(EXTENSION)--$(EXTVERSION).sql: rum_init.sql
5550
cat $^ > $@
5651

0 commit comments

Comments
 (0)