File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ EXTVERSION = 0.1
8
8
DATA_built = $(EXTENSION ) --$(EXTVERSION ) .sql
9
9
PGFILEDESC = "pg_pathman - partitioning tool"
10
10
11
+ EXTRA_REGRESS_OPTS=--temp-config =$(top_srcdir ) /$(subdir ) /conf.add
11
12
REGRESS = pg_pathman
12
13
EXTRA_CLEAN = $(EXTENSION ) --$(EXTVERSION ) .sql
13
14
24
25
25
26
$(EXTENSION ) --$(EXTVERSION ) .sql : sql/init.sql sql/hash.sql sql/range.sql
26
27
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
Original file line number Diff line number Diff line change 2
2
#include "storage/shmem.h"
3
3
#include "storage/dsm.h"
4
4
#include "storage/lwlock.h"
5
-
5
+ #include <stdint.h>
6
6
7
7
static Table * table ;
8
8
static dsm_segment * segment = NULL ;
You can’t perform that action at this time.
0 commit comments