dbd/postgresql/dbd_postgresql.h

changeset 30
8599f34c139b
parent 13
10c8c6f0da14
child 33
6c64c45e7d8f
equal deleted inserted replaced
29:9b9d85320bc3 30:8599f34c139b
3 #include <catalog/pg_type.h> 3 #include <catalog/pg_type.h>
4 #include <dbd/common.h> 4 #include <dbd/common.h>
5 5
6 /* 6 /*
7 * length of a prepared statement ID 7 * length of a prepared statement ID
8 * \d{17}\0 8 * dbd-postgresql-\d{17}\0
9 */ 9 */
10 #define IDLEN 18 10 #define IDLEN 15+17+1
11 11
12 #define DBD_POSTGRESQL_CONNECTION "DBD.PostgreSQL.Connection" 12 #define DBD_POSTGRESQL_CONNECTION "DBD.PostgreSQL.Connection"
13 #define DBD_POSTGRESQL_STATEMENT "DBD.PostgreSQL.Statement" 13 #define DBD_POSTGRESQL_STATEMENT "DBD.PostgreSQL.Statement"
14 14
15 /* 15 /*

mercurial