We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f30ff43 + 9f570e8 commit b23f756Copy full SHA for b23f756
contrib/pg_pathman/Makefile
@@ -1,5 +1,6 @@
1
# contrib/pg_pathman/Makefile
2
3
+
4
MODULE_big = pg_pathman
5
OBJS = init.o pg_pathman.o dsm_array.o rangeset.o pl_funcs.o worker.o $(WIN32RES)
6
@@ -36,4 +37,4 @@ isolationcheck: | submake-isolation
36
37
$(pg_isolation_regress_check) \
38
--temp-config=$(top_srcdir)/$(subdir)/conf.add \
39
--outputdir=./isolation_output \
- $(ISOLATIONCHECKS)
40
+ $(ISOLATIONCHECKS)
0 commit comments