in version 12 on the other backends.
#include "myingres.h"
-#define BDB_VERSION 11
+#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)
INSERT INTO Status (JobStatus,JobStatusLong) VALUES
('i', 'Doing batch insert file records');
-INSERT INTO Version (VersionId) VALUES (11);
+INSERT INTO Version (VersionId) VALUES (12);
-- Make sure we have appropriate permissions
\g