Using a Postgres database and it seems that in recent builds (I don't remember this happening much previously) there are many frequent of these "regclass" queries showing up in the log, like that below:
SELECT 7780685::regclass;
The same one will be logged multiple times over and over, and it seems to happen when I switch tabs, when I run queries, etc. Take a look at my attached screenshot and you'll see what I mean about "out of control". I don't know what triggers them or why it's begun to happen so frequently (and why it's the same one over and over.)