Skip to content

Commit b23f756

Browse files
committed
Merge branch 'pathman_pgpro9_5' of gitlab.postgrespro.ru:pgpro-dev/postgrespro into pathman_pgpro9_5
2 parents f30ff43 + 9f570e8 commit b23f756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/pg_pathman/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# contrib/pg_pathman/Makefile
22

3+
34
MODULE_big = pg_pathman
45
OBJS = init.o pg_pathman.o dsm_array.o rangeset.o pl_funcs.o worker.o $(WIN32RES)
56

@@ -36,4 +37,4 @@ isolationcheck: | submake-isolation
3637
$(pg_isolation_regress_check) \
3738
--temp-config=$(top_srcdir)/$(subdir)/conf.add \
3839
--outputdir=./isolation_output \
39-
$(ISOLATIONCHECKS)
40+
$(ISOLATIONCHECKS)

0 commit comments

Comments
 (0)