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 d71fbcd commit 135c852Copy full SHA for 135c852
src/init.h
@@ -97,7 +97,9 @@ extern PathmanInitState pg_pathman_init_state;
97
98
/* Lowest version of Pl/PgSQL frontend compatible with internals (0xAA_BB_CC) */
99
#define LOWEST_COMPATIBLE_FRONT 0x010200
100
-#define CURRENT_LIB_VERSION 0x010200
+
101
+/* Current version on native C library (0xAA_BB_CC) */
102
+#define CURRENT_LIB_VERSION 0x010201
103
104
105
/*
0 commit comments