What does it mean when a PostgreSQL process is “transaction free”?
On the server I'm looking at, the output of "ps ax | grep postgres" I see 9 PostgreSQL processes that look like this:
postgres: user db 127.0.0.1(55658) idle in transaction
Does this mean that some of the processes freeze while awaiting a transaction? Any pointers to relevant documentation are appreciated.
postgresql
Readonly Sep 09 '08 at 0:40 2008-09-09 00:40
source share