8000 bump lib version to 1.4.1 · postgrespro/pg_pathman@dc26b4b · GitHub
[go: up one dir, main page]

Skip to content

Commit dc26b4b

Browse files
committed
bump lib version to 1.4.1
1 parent 863172d commit dc26b4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

expected/pathman_calamity.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SELECT debug_capture();
1212
SELECT get_pathman_lib_version();
1313
get_pathman_lib_version
1414
-------------------------
15-
10400
15+
10401
1616
(1 row)
1717

1818
set client_min_messages = NOTICE;

src/include/init.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ simpify_mcxt_name(MemoryContext mcxt)
157157
#define LOWEST_COMPATIBLE_FRONT 0x010400
158158

159159
/* Current version of native C library (0xAA_BB_CC) */
160-
#define CURRENT_LIB_VERSION 0x010400
160+
#define CURRENT_LIB_VERSION 0x010401
161161

162162

163163
void *pathman_cache_search_relid(HTAB *cache_table,

0 commit comments

Comments
 (0)
0