BUG #11910: Database connection exhaustion - Mailing list pgsql-bugs

From nisam76@gmail.com
Subject BUG #11910: Database connection exhaustion
Date
Msg-id 20141108131613.2524.55277@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #11910: Database connection exhaustion  (John R Pierce <pierce@hogranch.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      11910
Logged by:          nissam
Email address:      nisam76@gmail.com
PostgreSQL version: 9.3.5
Operating system:   Windows 7
Description:

Number of database connection reaching the limit 100 though my application
doesn't do any activity.

The log says continuous update as below and each of this looks like creating
a new connection and not closing the same.
I set the following property in the postgresql.conf already.
extra_float_digits = 3
Appreciate your help on this.

LOG:  execute <unnamed>: SET extra_float_digits = 3
LOG:  duration: 0.000 ms
LOG:  connection received: host=127.0.0.1 port=62175
LOG:  connection authorized: user=admin database=truesight
LOG:  duration: 0.000 ms
LOG:  duration: 0.000 ms
LOG:  execute <unnamed>: SET extra_float_digits = 3
LOG:  duration: 0.000 ms
LOG:  connection received: host=127.0.0.1 port=62192
LOG:  connection authorized: user=admin database=truesight
LOG:  duration: 0.000 ms
LOG:  duration: 0.000 ms
LOG:  execute <unnamed>: SET extra_float_digits = 3
LOG:  duration: 0.000 ms
LOG:  connection received: host=127.0.0.1 port=62208
LOG:  connection authorized: user=admin database=truesight
LOG:  duration: 0.000 ms
LOG:  duration: 0.000 ms
LOG:  execute <unnamed>: SET extra_float_digits = 3
LOG:  duration: 0.000 ms
LOG:  connection received: host=127.0.0.1 port=62226
LOG:  connection authorized: user=admin database=truesight
LOG:  duration: 0.000 ms
LOG:  duration: 0.000 ms
LOG:  execute <unnamed>: SET extra_float_digits = 3
LOG:  duration: 0.000 ms

pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: Build broken on mips
Next
From: gopigarg729@gmail.com
Date:
Subject: BUG #11926: warning