src/evsql/evsql.h
changeset 40 03017f5f0087
parent 29 5de62ca9a5aa
child 44 9e76ee9729b6
--- a/src/evsql/evsql.h	Wed Oct 22 18:17:08 2008 +0300
+++ b/src/evsql/evsql.h	Wed Oct 22 21:07:17 2008 +0300
@@ -133,4 +133,8 @@
 // maximum length for a 'BEGIN TRANSACTION ...' query
 #define EVSQL_QUERY_BEGIN_BUF 512
 
+// the should the OID of some valid psql type... *ANY* valid psql type, doesn't matter, only used for NULLs
+// 16 = bool in 8.3
+#define EVSQL_PQ_ARBITRARY_TYPE_OID 16
+
 #endif /* EVSQL_INTERNAL_H */