Re: reorganize "Shared Memory and LWLocks" section of docs - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Re: reorganize "Shared Memory and LWLocks" section of docs
Date
Msg-id CALj2ACXyCwkcLPowucpVaGZuzd6TDxHfmtpg9=Vca=379RL2Rg@mail.gmail.com
Whole thread Raw
In response to Re: reorganize "Shared Memory and LWLocks" section of docs  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: reorganize "Shared Memory and LWLocks" section of docs
List pgsql-hackers
On Sun, Jan 14, 2024 at 2:58 AM Nathan Bossart <nathandbossart@gmail.com> wrote:
>
> Great.  I've attached a v3 with a couple of fixes suggested in the other
> thread [0].  I'll wait a little while longer in case anyone else wants to
> take a look.

The v3 patch looks good to me except for a nitpick: the input
parameter for RequestAddinShmemSpace is 'Size' not 'int'

 <programlisting>
 void RequestAddinShmemSpace(int size)
 </programlisting>

--
Bharath Rupireddy
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Synchronizing slots from primary to standby
Next
From: Dilip Kumar
Date:
Subject: Re: Synchronizing slots from primary to standby