We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8129f19 commit 6dffc0cCopy full SHA for 6dffc0c
src/binding.cc
@@ -9,7 +9,7 @@
9
#define LOG(msg) printf("%s\n",msg);
10
#define TRACE(msg) //printf("%s\n", msg);
11
12
-#if PG_VERSION_NUM > 90000
+#if PG_VERSION_NUM >= 90000
13
#define ESCAPE_SUPPORTED
14
#endif
15
0 commit comments