8000
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 d38e7c9 + a17aeef commit 64dac62Copy full SHA for 64dac62
Makefile
@@ -10,7 +10,11 @@ OBJS = src/init.o src/relation_info.o src/utils.o src/partition_filter.o \
10
src/compat/pg_compat.o src/compat/relation_tags.o src/compat/rowmarks_fix.o \
11
$(WIN32RES)
12
13
+ifdef USE_PGXS
14
override PG_CPPFLAGS += -I$(CURDIR)/src/include
15
+else
16
+override PG_CPPFLAGS += -I$(top_srcdir)/$(subdir)/src/include
17
+endif
18
19
EXTENSION = pg_pathman
20
0 commit comments