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

Commit6643681

Browse files
committed
Wagner's fixes for windows build
1 parent8eae787 commit6643681

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EXTVERSION = 0.1
88
DATA_built =$(EXTENSION)--$(EXTVERSION).sql
99
PGFILEDESC = "pg_pathman - partitioning tool"
1010

11+
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
1112
REGRESS = pg_pathman
1213
EXTRA_CLEAN =$(EXTENSION)--$(EXTVERSION).sql
1314

@@ -24,4 +25,7 @@ endif
2425

2526
$(EXTENSION)--$(EXTVERSION).sql: sql/init.sql sql/hash.sql sql/range.sql
2627
cat$^>$@
27-
check: EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
28+
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
29+
30+
installcheck:
31+
true

‎dsm_array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include"storage/shmem.h"
33
#include"storage/dsm.h"
44
#include"storage/lwlock.h"
5-
5+
#include<stdint.h>
66

77
staticTable*table;
88
staticdsm_segment*segment=NULL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp