Idle in transaction

on localmachine i have idle transaction
“SELECT “database_table”.“id”, “database_table”.“version” FROM “database_table” WHERE “database_table”.“id” = 426 LIMIT 21”
“SELECT “database_table”.“id”, “database_table”.“version” FROM “database_table” WHERE “database_table”.“id” = 473 LIMIT 21”
and etc. Why?

LOGS

Hello @MrRaccoon,

as mentioned here: Re: BUG #4243: Idle in transaction it is probably best to check your pg_locks table to see what is being locked.