Re: Segmentation fault on proc exit after dshash_find_or_insert

From: Rahila Syed <rahilasyed90(at)gmail(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Segmentation fault on proc exit after dshash_find_or_insert
Date: 2025-12-18 05:01:31
Message-ID: CAH2L28u3zjZYjA2GSFy+guxAAX=3Vn7cn6oa3-kTdiwFSPzJBA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Amit,

> /*
> * Release any LWLocks we might be holding before callbacks run. This
> * prevents accessing locks in detached DSM segments and allows callbacks
> * to acquire new locks.
> */
>
>
This looks good to me.

Thank you,
Rahila Syed

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message VASUKI M 2025-12-18 05:14:05 Re: Custom oauth validator options
Previous Message Michael Paquier 2025-12-18 04:52:45 Re: Sequence Access Methods, round two