Обсуждение: pgsql: Fix documentation for shmem_startup_hook.

Поиск
Список
Период
Сортировка

pgsql: Fix documentation for shmem_startup_hook.

От
Nathan Bossart
Дата:
Fix documentation for shmem_startup_hook.

This section claims that each backend executes the
shmem_startup_hook shortly after attaching to shared memory, which
is true for EXEC_BACKEND builds, but not for others.  This commit
adds this important detail.

Oversight in commit 964152c476.

Reported-by: Sami Imseih <samimseih@gmail.com>
Reviewed-by: Sami Imseih <samimseih@gmail.com>
Discussion: https://postgr.es/m/CAA5RZ0vEGT1eigGbVt604LkXP6mUPMwPMxQoRCbFny44w%2B9EUQ%40mail.gmail.com
Backpatch-through: 17

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d96c854dfc634212193007ca58f8978bc272d457

Modified Files
--------------
doc/src/sgml/xfunc.sgml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)