mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
remove pg_execute() E_WARNING error when query plan is not defined
This commit is contained in:
parent
0b02327267
commit
82376269fd
@ -1520,7 +1520,6 @@ PHP_FUNCTION(pg_execute)
|
||||
case PGRES_BAD_RESPONSE:
|
||||
case PGRES_NONFATAL_ERROR:
|
||||
case PGRES_FATAL_ERROR:
|
||||
PHP_PQ_ERROR("Query failed: %s", pgsql);
|
||||
PQclear(pgsql_result);
|
||||
RETURN_FALSE;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user