small pgsql fix.

if we fail at rolling back an in-error transaction on a connection
just remove that connection and go back to rescanning rather then
returning an error to the caller, there may be more functional
connections in the pipeline.
This commit is contained in:
Joris Vink 2017-07-13 11:02:41 +02:00
parent 3cea669a2c
commit 8215277483

View File

@ -467,7 +467,6 @@ rescan:
kore_pgsql_cleanup(rollback);
kore_free(rollback);
pgsql_conn_cleanup(conn);
return (NULL);
}
goto rescan;