BUG #16674: The idle connection get created automatically

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: sathishr(at)eazyerp(dot)com
Subject: BUG #16674: The idle connection get created automatically
Date: 2020-10-16 09:56:25
Message-ID: 16674-7404386a4e709611@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16674
Logged by: Sathish R
Email address: sathishr(at)eazyerp(dot)com
PostgreSQL version: 11.3
Operating system: Windows
Description:

We are using the postgreSQL 11.3 and 9.4 version in windows server 2012 and
Linux servers.

in windows server recently we are facing one issue and we couldn't find the
reason from our side. and same issue not faced in linux server.
the issue is automatically below mentioned queries are executed N number of
times in our server and connection limit get exceed.
Query: SELECT oid, (SELECT oid FROM pg_type WHERE typname like
''geography'') as dd FROM pg_type WHERE typname like ''geometry''

we don't know how this query get fired and what is the purpose?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2020-10-16 10:10:21 BUG #16675: VALUES not working for CITEXT
Previous Message Thomas Munro 2020-10-15 23:54:32 Re: BUG #16663: DROP INDEX did not free up disk space: idle connection hold file marked as deleted