We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863172d commit dc26b4bCopy full SHA for dc26b4b
expected/pathman_calamity.out
@@ -12,7 +12,7 @@ SELECT debug_capture();
12
SELECT get_pathman_lib_version();
13
get_pathman_lib_version
14
-------------------------
15
- 10400
+ 10401
16
(1 row)
17
18
set client_min_messages = NOTICE;
src/include/init.h
@@ -157,7 +157,7 @@ simpify_mcxt_name(MemoryContext mcxt)
157
#define LOWEST_COMPATIBLE_FRONT 0x010400
158
159
/* Current version of native C library (0xAA_BB_CC) */
160
-#define CURRENT_LIB_VERSION 0x010400
+#define CURRENT_LIB_VERSION 0x010401
161
162
163
void *pathman_cache_search_relid(HTAB *cache_table,
0 commit comments