dbd/postgresql/dbd_postgresql.h

changeset 30
8599f34c139b
parent 13
10c8c6f0da14
child 33
6c64c45e7d8f
--- a/dbd/postgresql/dbd_postgresql.h	Tue Feb 17 00:23:00 2009 +0000
+++ b/dbd/postgresql/dbd_postgresql.h	Fri Apr 17 23:46:12 2009 +0000
@@ -5,9 +5,9 @@
 
 /* 
  * length of a prepared statement ID
- * \d{17}\0
+ * dbd-postgresql-\d{17}\0
  */
-#define IDLEN 18
+#define IDLEN 15+17+1
 
 #define DBD_POSTGRESQL_CONNECTION   "DBD.PostgreSQL.Connection"
 #define DBD_POSTGRESQL_STATEMENT    "DBD.PostgreSQL.Statement"

mercurial