Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1905111

Browse files
committed
Merge branch 'rel1_1_migration' into rel_1_1_beta
2 parents130463a +9226acb commit1905111

File tree

5 files changed

+4393
-6
lines changed

5 files changed

+4393
-6
lines changed

‎.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ regression.out
66
*.o
77
*.so
88
*.pyc
9-
pg_pathman--*.sql
109
*.gcda
1110
*.gcno
11+
pg_pathman--1.1.sql

‎Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ OBJS = src/init.o src/relation_info.o src/utils.o src/partition_filter.o \
88
src/pg_compat.o$(WIN32RES)
99

1010
EXTENSION = pg_pathman
11-
EXTVERSION = 1.0
12-
DATA_built =$(EXTENSION)--$(EXTVERSION).sql
11+
EXTVERSION = 1.1
12+
DATA_built = pg_pathman--$(EXTVERSION).sql
13+
DATA = pg_pathman--1.0.sql pg_pathman--1.0--1.1.sql
1314
PGFILEDESC = "pg_pathman - partitioning tool"
1415

1516
REGRESS = pathman_basic\
@@ -20,7 +21,7 @@ REGRESS = pathman_basic \
2021
pathman_permissions\
2122
pathman_rowmarks
2223
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
23-
EXTRA_CLEAN =$(EXTENSION)--$(EXTVERSION).sql ./isolation_output
24+
EXTRA_CLEAN =pg_pathman--$(EXTVERSION).sql ./isolation_output
2425

2526
ifdefUSE_PGXS
2627
PG_CONFIG = pg_config

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp