kalle           Mon May 25 19:41:41 2009 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/pdo_pgsql      pgsql_statement.c 
  Log:
  MFH: Typo
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_pgsql/pgsql_statement.c?r1=1.31.2.12.2.14&r2=1.31.2.12.2.15&diff_format=u
Index: php-src/ext/pdo_pgsql/pgsql_statement.c
diff -u php-src/ext/pdo_pgsql/pgsql_statement.c:1.31.2.12.2.14 
php-src/ext/pdo_pgsql/pgsql_statement.c:1.31.2.12.2.15
--- php-src/ext/pdo_pgsql/pgsql_statement.c:1.31.2.12.2.14      Wed Dec 31 
11:17:42 2008
+++ php-src/ext/pdo_pgsql/pgsql_statement.c     Mon May 25 19:41:41 2009
@@ -18,7 +18,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: pgsql_statement.c,v 1.31.2.12.2.14 2008/12/31 11:17:42 sebastian Exp $ 
*/
+/* $Id: pgsql_statement.c,v 1.31.2.12.2.15 2009/05/25 19:41:41 kalle Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -152,7 +152,7 @@
                                        char *sqlstate = 
pdo_pgsql_sqlstate(S->result);
                                        /* 42P05 means that the prepared 
statement already existed. this can happen if you use 
                                         * a connection pooling software line 
pgpool which doesn't close the db-connection once 
-                                        * php disconnects. if php dies (no 
chanche to run RSHUTDOWN) during execution it has no 
+                                        * php disconnects. if php dies (no 
chance to run RSHUTDOWN) during execution it has no 
                                         * chance to DEALLOCATE the prepared 
statements it has created. so, if we hit a 42P05 we 
                                         * deallocate it and retry ONCE (thies 
2005.12.15)
                                         */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to