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.
1 parent a171e39 commit 843f9c6Copy full SHA for 843f9c6
contrib/sr_plan/Makefile
@@ -14,7 +14,7 @@ PG_CONFIG = pg_config
14
PGXS := $(shell $(PG_CONFIG) --pgxs)
15
include $(PGXS)
16
else
17
-subdir = contrib/intarray
+subdir = contrib/sr_plan
18
top_builddir = ../..
19
include $(top_builddir)/src/Makefile.global
20
include $(top_srcdir)/contrib/contrib-global.mk
@@ -23,4 +23,4 @@ endif
23
24
genparser:
25
# test -d sr_plan_env ||
26
- python gen_parser.py nodes.h `pg_config --includedir-server`
+ python gen_parser.py nodes.h `pg_config --includedir-server`
0 commit comments