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

Commitc140f67

Browse files
df7cbmsdemlei
authored andcommitted
Test equality on a large smoc
1 parent1e87b8b commitc140f67

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

‎Makefile‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ healpix_bare/healpix_bare.o : healpix_bare/healpix_bare.c
7676
pg_version :=$(word 2,$(shell$(PG_CONFIG) --version))
7777
pg_version_9_5_plus =$(if$(filter-out 9.1% 9.2% 9.3% 9.4%,$(pg_version)),y,n)
7878
has_parallel =$(if$(filter-out 9.1% 9.2% 9.3% 9.4% 9.5%,$(pg_version)),y,n)
79+
has_explain_summary =$(if$(filter-out 9.%,$(pg_version)),y,n)
7980
#
8081

8182
## the use of spoint 3 is too experimental and preliminary:
@@ -88,6 +89,9 @@ has_parallel = $(if $(filter-out 9.1% 9.2% 9.3% 9.4% 9.5%,$(pg_version)),y,n)
8889
crushtest: REGRESS +=$(CRUSH_TESTS)
8990
crushtest: installcheck
9091

92+
ifeq ($(has_explain_summary),y)
93+
REGRESS += moc1
94+
endif
9195

9296
ifeq ($(pg_version_9_5_plus),y)
9397
PGS_TMP_DIR = --temp-instance=tmp_check

‎expected/moc1.out‎

Lines changed: 28 additions & 0 deletions
Large diffs are not rendered by default.

‎sql/moc1.sql‎

Lines changed: 18 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp