pgsql: doc: Reorganize section for shared memory and LWLocks. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: doc: Reorganize section for shared memory and LWLocks.
Date
Msg-id E1rQsWX-002B06-Mg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Reorganize section for shared memory and LWLocks.

Presently, this section meanders through a few different features,
and the text itself is terse.  This commit attempts to improve
matters by splitting the section into smaller sections and by
expanding the text for clarity.  This is preparatory work for a
follow-up commit that will introduce a way for libraries to use
shared memory without needing to request it at startup time.

Reviewed-by: Aleksander Alekseev, Bharath Rupireddy, Abhijit Menon-Sen
Discussion: https://postgr.es/m/20240112041430.GA3557928%40nathanxps13
Discussion: https://postgr.es/m/20231205034647.GA2705267%40nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/964152c476f25ada4c5832a014999ec2d2980358

Modified Files
--------------
doc/src/sgml/xfunc.sgml | 184 ++++++++++++++++++++++++++++++------------------
1 file changed, 115 insertions(+), 69 deletions(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Reorder actions in ProcArrayApplyRecoveryInfo()
Next
From: Nathan Bossart
Date:
Subject: pgsql: Introduce the dynamic shared memory registry.