24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Revert "Close pgsql ports on ejabberd_sql process termination (#2541)"

This reverts commit 404ae56e07.
This commit is contained in:
Badlop 2021-03-18 16:14:49 +01:00
parent 7008ae231c
commit c4d45ec08c

View File

@ -450,7 +450,6 @@ handle_info(Info, StateName, State) ->
terminate(_Reason, _StateName, State) ->
case State#state.db_type of
pgsql -> catch pgsql:terminate(State#state.db_ref);
mysql -> catch p1_mysql_conn:stop(State#state.db_ref);
sqlite -> catch sqlite3:close(sqlite_db(State#state.host));
_ -> ok