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 91ee25e commit 4f1ad04Copy full SHA for 4f1ad04
Makefile
@@ -11,10 +11,8 @@ OBJS = src/init.o src/relation_info.o src/utils.o src/partition_filter.o \
11
EXTENSION = pg_pathman
12
EXTVERSION = 1.2
13
DATA_built = pg_pathman--$(EXTVERSION).sql
14
-DATA = pg_pathman--1.0.sql \
15
- pg_pathman--1.0--1.1.sql \
16
- pg_pathman--1.1.sql \
17
- pg_pathman--1.1--1.2.sql
+DATA = pg_pathman--1.0--1.1.sql \
+ pg_pathman--1.1--1.2.sql
18
PGFILEDESC = "pg_pathman - partitioning tool"
19
20
REGRESS = pathman_basic \
0 commit comments