]> git.sur5r.net Git - bacula/bacula/commitdiff
Implement IS_NUM for Ingres by using eqsqlda.h IISQ_ values for numeric types support...
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 20 Apr 2010 17:52:26 +0000 (19:52 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:43 +0000 (16:53 +0200)
bacula/src/cats/cats.h

index 9e0e5060c3241185d3d13a1814f61d32b105cc7f..01176ef9df25863ab4531e2b656890c0685e16cb 100644 (file)
@@ -538,8 +538,8 @@ extern const char* my_pg_batch_fill_path_query;
 
 #define BDB_VERSION 12
 
-/* TEMP: the following is taken from select OID, typname from pg_type; */ /*SRE: huh? */
-#define IS_NUM(x)        ((x) == 20 || (x) == 21 || (x) == 23 || (x) == 700 || (x) == 701)
+/* TEMP: the following is taken from $(II_SYSTEM)/ingres/files/eqsqlda.h IISQ_ types */
+#define IS_NUM(x)        ((x) == 10 || (x) == 30 || (x) == 31)
 #define IS_NOT_NULL(x)   ((x) == 1)
 
 typedef char **INGRES_ROW;