File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ OBJS = src/init.o src/relation_info.o src/utils.o src/partition_filter.o \
9
9
src/partition_creation.o $(WIN32RES )
10
10
11
11
EXTENSION = pg_pathman
12
- EXTVERSION = 1.2
12
+ EXTVERSION = 1.3
13
13
DATA_built = pg_pathman--$(EXTVERSION ) .sql
14
14
DATA = pg_pathman--1.0--1.1.sql \
15
15
pg_pathman--1.1--1.2.sql
Original file line number Diff line number Diff line change 1
1
# pg_pathman extension
2
2
comment 'Partitioning tool'
3
- default_version = '1.2 '
3
+ default_version = '1.3 '
4
4
module_pathname='$libdir/pg_pathman'
Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ extern PathmanInitState pg_pathman_init_state;
96
96
97
97
98
98
/* Lowest version of Pl/PgSQL frontend compatible with internals (0xAA_BB_CC) */
99
- #define LOWEST_COMPATIBLE_FRONT 0x010200
99
+ #define LOWEST_COMPATIBLE_FRONT 0x010300
100
100
101
101
/* Current version on native C library (0xAA_BB_CC) */
102
- #define CURRENT_LIB_VERSION 0x010201
102
+ #define CURRENT_LIB_VERSION 0x010300
103
103
104
104
105
105
/*
You can’t perform that action at this time.
0 commit comments