Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0ef7349

Browse files
committed
update pg_pathman's version (1.3)
1 parent b567485 commit 0ef7349

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1111
EXTENSION = pg_pathman
12-
EXTVERSION = 1.2
12+
EXTVERSION = 1.3
1313
DATA_built = pg_pathman--$(EXTVERSION).sql
1414
DATA = pg_pathman--1.0--1.1.sql \
1515
pg_pathman--1.1--1.2.sql

pg_pathman.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# pg_pathman extension
22
comment 'Partitioning tool'
3-
default_version = '1.2'
3+
default_version = '1.3'
44
module_pathname='$libdir/pg_pathman'

src/init.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
/*

0 commit comments

Comments
 (0)