Skip to content

Commit 9618ac1

Browse files
author
Arseny Kositsyn
committed
[PGPRO-12159] Added tests for rum_debug_funcs.
rum_debug_funcs tests added only for enterprise. Tags: rum
1 parent a2a3c3b commit 9618ac1

File tree

3 files changed

+9389
-1
lines changed

3 files changed

+9389
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
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
29+
numeric rum_weight expr array rum_debug_funcs
3030

3131
TAP_TESTS = 1
3232

@@ -77,6 +77,11 @@ ifeq ($(MAJORVERSION), 9.6)
7777
REGRESS := $(filter-out array, $(REGRESS))
7878
endif
7979

80+
# rum_debug_funcs tests only for enterprise
81+
ifneq ($(PGPRO_EDITION), enterprise)
82+
REGRESS := $(filter-out rum_debug_funcs, $(REGRESS))
83+
endif
84+
8085
install: installincludes
8186

8287
installincludes:

0 commit comments

Comments
 (0)