Skip to content

Commit ea169fd

Browse files
committed
Revert "Postgres, call check_version when configuring connection (same as CRuby adapter)"
This is causing a mutex relocking issue This reverts commit a46bc66.
1 parent 004992f commit ea169fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/arjdbc/postgresql/adapter.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ def set_client_encoding(encoding)
6969
# Configures the encoding, verbosity, schema search path, and time zone of the connection.
7070
# This is called on `connection.connect` and should not be called manually.
7171
def configure_connection
72-
super
73-
7472
#if encoding = config[:encoding]
7573
# The client_encoding setting is set by the driver and should not be altered.
7674
# If the driver detects a change it will abort the connection.

0 commit comments

Comments
 (0)