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

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема pgsql: doc: Reorganize section for shared memory and LWLocks.
Дата
Msg-id E1rQsWX-002B06-Mg@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: pgsql: Reorder actions in ProcArrayApplyRecoveryInfo()
Следующее
От: Nathan Bossart
Дата:
Сообщение: pgsql: Introduce the dynamic shared memory registry.