Skip to content

Commit b4016c5

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 b4016c5

File tree

5 files changed

+339
-23886
lines changed

5 files changed

+339
-23886
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +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
30-
29+
numeric rum_weight expr array
3130

3231
TAP_TESTS = 1
3332

@@ -46,11 +45,6 @@ include $(top_builddir)/src/Makefile.global
4645
include $(top_srcdir)/contrib/contrib-global.mk
4746
endif
4847

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

0 commit comments

Comments
 (0)