Skip to content

Commit 6643681

Browse files
committed
Wagner's fixes for windows build
1 parent 8eae787 commit 6643681

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
static Table *table;
88
static dsm_segment *segment = NULL;

0 commit comments

Comments
 (0)