we are running a very connection-heavy, insert-heavy postgres database (to the point that we should've done some connection pooling, but there's no time now).
when doing some troubleshooting, i was using netstat to show me how many connections there were to postgres. i would commonly see more than what i had specified in the postgres.conf file (via max_connections).
i would see 1400-1600 connections via netstat even though i had max_connections set to 1000.
anyone have any clue what is going on? how exactly can this happen?
any insight on this would be great.