File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PG_CPPFLAGS = -I$(CURDIR)/src/include
14
14
15
15
EXTENSION = pg_pathman
16
16
17
- EXTVERSION = 1.3
17
+ EXTVERSION = 1.4
18
18
19
19
DATA_built = pg_pathman--$(EXTVERSION ) .sql
20
20
Original file line number Diff line number Diff line change 1
1
# pg_pathman extension
2
2
comment = 'Partitioning tool for PostgreSQL'
3
- default_version = '1.3 '
3
+ default_version = '1.4 '
4
4
module_pathname = '$libdir/pg_pathman'
Original file line number Diff line number Diff line change @@ -147,10 +147,10 @@ simpify_mcxt_name(MemoryContext mcxt)
147
147
148
148
149
149
/* Lowest version of Pl/PgSQL frontend compatible with internals (0xAA_BB_CC) */
150
- #define LOWEST_COMPATIBLE_FRONT 0x010300
150
+ #define LOWEST_COMPATIBLE_FRONT 0x010400
151
151
152
152
/* Current version of native C library (0xAA_BB_CC) */
153
- #define CURRENT_LIB_VERSION 0x010300
153
+ #define CURRENT_LIB_VERSION 0x010400
154
154
155
155
156
156
void * pathman_cache_search_relid (HTAB * cache_table ,
You can’t perform that action at this time.
0 commit comments