diff options
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 808111a5b2..5c23020fd1 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -4074,7 +4074,7 @@ PHPAPI int php_pgsql_update(PGconn *pg_link, const char *table, zval *var_array, { zval *var_converted = NULL, *ids_converted = NULL; smart_str querystr = {0}; - int ret = SUCCESS; + int ret = FAILURE; assert(pg_link != NULL); assert(table != NULL); |