Hi,
I've seen the problem in a postgres module (SER-0.8.1.4), if the connection
fails and module tries to reparse url it fails as CON_SQLURL(_h) is
corrupted by the function aug_free() after some reconnect attempts . When
the postgres database back to work, some modules doesn't get reconnect
because the db_url is corrupted. Why this is happening? There are some
solution for this problem?
Best Regard