File tree 2 files changed +5
-0
lines changed 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,15 @@ PGXS := $(shell $(PG_CONFIG) --pgxs)
32
32
include $(PGXS )
33
33
34
34
else # assume the extension is in contrib/ dir of pg distribution
35
+ # install pg_pathman and postgres_fdw too
36
+ EXTRA_INSTALL = contrib/pg_pathman contrib/postgres_fdw
35
37
PG_CPPFLAGS = -I$(libpq_srcdir ) # include libpq-fe, defined in Makefile.global.in
36
38
SHLIB_LINK = $(libpq ) # defined in Makefile.global.in
37
39
SHLIB_PREREQS = submake-libpq
38
40
subdir = contrib/pg_shardman
39
41
top_builddir = ../..
42
+ # Add pathman to shared preload libraries when running regression tests
43
+ EXTRA_REGRESS_OPTS=--temp-config =$(top_srcdir ) /$(subdir ) /conf.add
40
44
include $(top_builddir ) /src/Makefile.global
41
45
include $(top_srcdir ) /contrib/contrib-global.mk
42
46
endif
Original file line number Diff line number Diff line change
1
+ shared_preload_libraries='pg_pathman'
You can’t perform that action at this time.
0 commit comments