This "else" condition is not an error condition. It is reached when you execute a multi-statement query and it reaches the end of all statements.

This commit is contained in:
Eliot Gable 2012-11-06 22:50:29 +00:00
parent 6c1e81a813
commit 658beb7fbd
1 changed files with 0 additions and 1 deletions

View File

@ -289,7 +289,6 @@ SWITCH_DECLARE(switch_pgsql_status_t) switch_pgsql_next_result_timed(switch_pgsq
free(res);
res = NULL;
*result_out = NULL;
goto error;
}
return SWITCH_PGSQL_SUCCESS;