Skip to content

Commit b567485

Browse files
committed
Merge branch 'master' into rel_future_beta
2 parents a5e5580 + 4f1ad04 commit b567485

File tree

4 files changed

+6
-4816
lines changed

4 files changed

+6
-4816
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pg_pathman*.sql linguist-vendored=true
2+
*.h linguist-language=C
3+
*.c linguist-language=C
4+
*.spec linguist-vendored=true

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ OBJS = src/init.o src/relation_info.o src/utils.o src/partition_filter.o \
1111
EXTENSION = pg_pathman
1212
EXTVERSION = 1.2
1313
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
14+
DATA = pg_pathman--1.0--1.1.sql \
15+
pg_pathman--1.1--1.2.sql
1816
PGFILEDESC = "pg_pathman - partitioning tool"
1917

2018
REGRESS = pathman_basic \

0 commit comments

Comments
 (0)