mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-10 15:47:30 +01:00
Revert "Close pgsql ports on ejabberd_sql process termination (#2541)"
This reverts commit 404ae56e07
.
This commit is contained in:
parent
7008ae231c
commit
c4d45ec08c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user