Skip to content

Commit 1c5b533

Browse files
author
Arseny Kositsyn
committed
[PGPRO-12159] Code review.
Added tests for rum_debug_funcs. Tags: rum
1 parent dd47722 commit 1c5b533

File tree

3 files changed

+9385
-2
lines changed

3 files changed

+9385
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ REGRESS = security rum rum_validate rum_hash ruminv timestamp orderby orderby_ha
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
29+
numeric rum_weight expr rum_debug_funcs
3030

3131
TAP_TESTS = 1
3232

@@ -99,4 +99,4 @@ isolationcheck: | submake-isolation submake-rum temp-install
9999
$(pg_isolation_regress_check) \
100100
--temp-config $(top_srcdir)/contrib/rum/logical.conf \
101101
$(ISOLATIONCHECKS)
102-
endif
102+
endif

0 commit comments

Comments
 (0)