mirror of
https://github.com/SOCI/soci.git
synced 2026-02-15 02:38:42 -06:00
If the failover callback doesn't provide the connection string to use, default to the originally used one instead of using empty connection string which is almost certainly not what we want. Note that this requires storing the original connection parameters in postgresql_session_backend, as we don't have access to the ones stored in the session object and it seems wrong to add backlinks from the backend to the session object. Closes #793.