mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
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:
parent
3cea669a2c
commit
8215277483
@ -467,7 +467,6 @@ rescan:
|
||||
kore_pgsql_cleanup(rollback);
|
||||
kore_free(rollback);
|
||||
pgsql_conn_cleanup(conn);
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
goto rescan;
|
||||
|
Loading…
x
Reference in New Issue
Block a user