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:
parent
6c1e81a813
commit
658beb7fbd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue