Hi
I’m a postgres newbie. I just implemented a new web application using postgres.
When I look at the db connections (via ps), I notice that all existing connections are in ‘Idle in Transaction’ state.
They never go to idle state.
The application itself remains functional and responsive. It has been up for over 36 hours now without any issues.
What is the significance of this state? Does this imply a transaction leak? Then why am I not noticing deadlocks, timeouts etc.
Thanks
Sid