select current_setting('transaction_isolation') - Mailing list pgsql-general

From David Kerr
Subject select current_setting('transaction_isolation')
Date
Msg-id 20120530000517.GA35924@mr-paradox.net
Whole thread Raw
Responses Re: select current_setting('transaction_isolation')
List pgsql-general
Howdy,

I recently did a log_min_duration_statement=0 run on my app, and found ~3million copies of
"select current_setting('transaction_isolation')"

I'm a Java + Hibernate stack. Does anyone know if this is a Hibernate artifact? or a jdbc artifact?
or something else (implicit to some query pattern or trigger)?

Thanks

Dave

pgsql-general by date:

Previous
From: David Salisbury
Date:
Subject: Re: timestamps, formatting, and internals
Next
From: Jeff Davis
Date:
Subject: Re: Updateable Views or Synonyms.