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 \
99 src/partition_creation.o $(WIN32RES )
1010
1111EXTENSION = pg_pathman
12- EXTVERSION = 1.2
12+ EXTVERSION = 1.3
1313DATA_built = pg_pathman--$(EXTVERSION ) .sql
1414DATA = pg_pathman--1.0--1.1.sql \
1515 pg_pathman--1.1--1.2.sql
Original file line number Diff line number Diff line change 11# pg_pathman extension
22comment 'Partitioning tool'
3- default_version = '1.2 '
3+ default_version = '1.3 '
44module_pathname='$libdir/pg_pathman'
Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ extern PathmanInitState pg_pathman_init_state;
9696
9797
9898/* Lowest version of Pl/PgSQL frontend compatible with internals (0xAA_BB_CC) */
99- #define LOWEST_COMPATIBLE_FRONT 0x010200
99+ #define LOWEST_COMPATIBLE_FRONT 0x010300
100100
101101/* Current version on native C library (0xAA_BB_CC) */
102- #define CURRENT_LIB_VERSION 0x010201
102+ #define CURRENT_LIB_VERSION 0x010300
103103
104104
105105/*
You can’t perform that action at this time.
0 commit comments