pgsql: Cleanup comments/docs around the new shmem request callbacks - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Cleanup comments/docs around the new shmem request callbacks
Date
Msg-id E1whBeJ-0002Tc-17@gemulon.postgresql.org
Whole thread
List pgsql-committers
Cleanup comments/docs around the new shmem request callbacks

Make it explicit in the docs that the shmem initialization callbacks
are called while holding ShmemIndexLock.

Reviewed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Discussion: https://www.postgresql.org/message-id/CAExHW5sHs+eSiTDOd14buayc6JbBX=Hm5ssFMBK0Ki9sTGEOuA@mail.gmail.com
Backpatch-through: 19

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6f7199a1245cab986a13c7b57812255fe77679d1

Modified Files
--------------
doc/src/sgml/xfunc.sgml         | 4 ++--
src/backend/storage/ipc/shmem.c | 7 +++++--
2 files changed, 7 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Rename register_unlink_segment() to register_unlink_tombstone()
Next
From: Jeff Davis
Date:
Subject: pgsql: unicode_case.c: defend against truncated UTF8.