Re: reorganize "Shared Memory and LWLocks" section of docs

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Aleksander Alekseev <aleksander(at)timescale(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: reorganize "Shared Memory and LWLocks" section of docs
Date: 2024-01-16 04:32:15
Message-ID: CALj2ACXyCwkcLPowucpVaGZuzd6TDxHfmtpg9=Vca=379RL2Rg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jan 14, 2024 at 2:58 AM Nathan Bossart <nathandbossart(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2024-01-16 04:33:51 Re: Synchronizing slots from primary to standby
Previous Message Amit Kapila 2024-01-16 04:07:37 Re: Synchronizing slots from primary to standby