mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH: Typo
This commit is contained in:
parent
c32cdc4fd0
commit
4b95edd125
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ stmt_retry:
|
|||
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)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue