From: Yasuo Ohgaki Date: Mon, 27 Mar 2006 02:59:41 +0000 (+0000) Subject: remove pg_execute() E_WARNING error when query plan is not defined X-Git-Tag: RELEASE_1_3~248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0821437bdb9c48d4b3cf4ce4d579181d635a7129;p=php remove pg_execute() E_WARNING error when query plan is not defined --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 9d4aa6b26d..65bc13ea4e 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -1521,7 +1521,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;