Skip to content

Commit 6dffc0c

Browse files
author
rpedela
committed
Include version 9.0.0 in escape function check.
1 parent 8129f19 commit 6dffc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binding.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define LOG(msg) printf("%s\n",msg);
1010
#define TRACE(msg) //printf("%s\n", msg);
1111

12-
#if PG_VERSION_NUM > 90000
12+
#if PG_VERSION_NUM >= 90000
1313
#define ESCAPE_SUPPORTED
1414
#endif
1515

0 commit comments

Comments
 (0)