Message-ID: From: "sasavilic (@sasavilic)" To: "pgjdbc/pgjdbc" Date: Wed, 03 Oct 2018 10:37:20 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #194: PgJDBC can experience client/server deadlocks during batch execution In-Reply-To: References: List-Id: X-GitHub-Author-Login: sasavilic X-GitHub-Comment-Id: 426588921 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 194 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/194#issuecomment-426588921 Content-Type: text/plain; charset=utf-8 @ringerc org.postgresql.Driver is using thread during connection establishing (ConnectThread in Driver::connect). How is that any different from your case?