Skip to content

Commit fd455a8

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 299d621 commit fd455a8

File tree

4 files changed

+23886
-1
lines changed

4 files changed

+23886
-1
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ 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
30+
3031

3132
TAP_TESTS = 1
3233

@@ -48,6 +49,11 @@ endif
4849
$(EXTENSION)--$(EXTVERSION).sql: rum_init.sql
4950
cat $^ > $@
5051

52+
# rum_debug_funcs tests only for enterprise
53+
ifneq ($(PGPRO_EDITION), enterprise)
54+
REGRESS := $(filter-out rum_debug_funcs, $(REGRESS))
55+
endif
56+
5157
#
5258
# On versions 12 and 13 isolation tests cannot be run using pgxs.
5359
# Override installcheck target to avoid the error. This is just a

0 commit comments

Comments
 (0)