BUG #16674: The idle connection get created automatically - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16674: The idle connection get created automatically
Date
Msg-id 16674-7404386a4e709611@postgresql.org
Whole thread Raw
Responses Re: BUG #16674: The idle connection get created automatically  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: BUG #16674: The idle connection get created automatically  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16674
Logged by:          Sathish R
Email address:      sathishr@eazyerp.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?


pgsql-bugs by date:

Previous
From: Thomas Munro
Date:
Subject: Re: BUG #16663: DROP INDEX did not free up disk space: idle connection hold file marked as deleted
Next
From: PG Bug reporting form
Date:
Subject: BUG #16675: VALUES not working for CITEXT