Skip to content

Commit e1ddf10

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 e1ddf10

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

@@ -48,6 +48,11 @@ endif
4848
$(EXTENSION)--$(EXTVERSION).sql: rum_init.sql
4949
cat $^ > $@
5050

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

0 commit comments

Comments
 (0)