Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit94bf9c1

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 parenta2a3c3b commit94bf9c1

File tree

4 files changed

+17284
-1
lines changed

4 files changed

+17284
-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)

[8]ページ先頭

©2009-2025 Movatter.jp