3 #error One of USE_MYSQL or USE_PGSQL must be defined
9 #error ONLY one of USE_MYSQL and USE_PGSQL should be defined
15 int xid_to_int4(TransactionId xid)
21 * To bind this into PGSQL, try something like:
23 * CREATE FUNCTION xid_to_int4(xid) RETURNS int4
24 * AS '/path/to/rails-port/db/functions/libpgosm', 'xid_to_int4'
25 * LANGUAGE C IMMUTABLE STRICT;
27 * (without all the *s)