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 cd5de39 commit b061957Copy full SHA for b061957
Makefile
@@ -9,7 +9,8 @@ OBJS = src/init.o src/relation_info.o src/utils.o src/partition_filter.o \
9
10
EXTENSION = pg_pathman
11
EXTVERSION = 1.1
12
-DATA_built = $(EXTENSION)--$(EXTVERSION).sql
+DATA_built = pg_pathman--$(EXTVERSION).sql
13
+DATA = pg_pathman--1.0.sql pg_pathman--1.0--1.1.sql
14
PGFILEDESC = "pg_pathman - partitioning tool"
15
16
REGRESS = pathman_basic \
@@ -20,7 +21,7 @@ REGRESS = pathman_basic \
20
21
pathman_permissions \
22
pathman_rowmarks
23
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
-EXTRA_CLEAN = $(EXTENSION)--$(EXTVERSION).sql ./isolation_output
24
+EXTRA_CLEAN = pg_pathman--$(EXTVERSION).sql ./isolation_output
25
26
ifdef USE_PGXS
27
PG_CONFIG = pg_config
0 commit comments