From: | Nathan Bossart <nathan(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Reorganize section for shared memory and LWLocks. |
Date: | 2024-01-19 17:19:21 |
Message-ID: | E1rQsWX-002B06-Mg@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Bossart | 2024-01-19 20:25:27 | pgsql: Introduce the dynamic shared memory registry. |
Previous Message | Alexander Korotkov | 2024-01-19 16:18:50 | Re: pgsql: Reorder actions in ProcArrayApplyRecoveryInfo() |