Re: BUG #17186: In connect.c, the lock connections_mutex is not correctly released(Line 463) at the return(Line 522)

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: ryancaicse(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17186: In connect.c, the lock connections_mutex is not correctly released(Line 463) at the return(Line 522)
Date: 2021-09-13 04:37:21
Message-ID: YT7VgWYL7O3Upgr2@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sat, Sep 11, 2021 at 02:38:47PM +0900, Michael Paquier wrote:
> If a client is under memory pressure, that could really mess up
> applications and the list of connections, so this had better be
> backpatched.

Done as of 3768c46, down to 9.6. Thanks for the report, Ryan.
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2021-09-13 05:27:00 BUG #17189: Index not created when primary key created
Previous Message Kyotaro Horiguchi 2021-09-13 02:59:18 Re: BUG #17184: When using openssl, the memory of a static variable is not freed in libpq