Re: PostgreSQL: Number of waiting connections too high

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Atul Kumar <akumar14871(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: PostgreSQL: Number of waiting connections too high
Date: 2020-12-15 14:37:14
Message-ID: 1167859.1608043034@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Atul Kumar <akumar14871(at)gmail(dot)com> writes:
> I am getting below error of
> PostgreSQL: Number of waiting connections too high.

Hmm ... the other responses presumed that what you are running into
is ERRCODE_TOO_MANY_CONNECTIONS (53300), but I'm not entirely
convinced, because the standard wording of the message for that
is "sorry, too many clients already". I think you have some
client-side issue. Alternatively, maybe you are already using
a connection pooler and this message is coming from that.
In that case, you need to reconfigure the pooler to allow
more clients.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ankush Chawla 2020-12-15 17:35:33 Create Cluster --- Change the Block Size
Previous Message Wim Bertels 2020-12-15 09:48:13 Re: PostgreSQL: Number of waiting connections too high