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

Nathan Bossart <nathandbossart@gmail.com>

From: Nathan Bossart <nathandbossart@gmail.com>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: Aleksander Alekseev <aleksander@timescale.com>, pgsql-hackers@postgresql.org
Date: 2024-01-16T14:20:19Z
Lists: pgsql-hackers
On Tue, Jan 16, 2024 at 10:02:15AM +0530, Bharath Rupireddy wrote:
> 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>

Hah, I think this mistake is nearly old enough to vote (e0dece1, 5f78aa5).
Good catch.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



Commits

  1. doc: Reorganize section for shared memory and LWLocks.