pgsql: Fix documentation for shmem_startup_hook.

2025-09-09 Thread 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-b

pgsql: Fix documentation for shmem_startup_hook.

2025-09-09 Thread 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-b

pgsql: Fix documentation for shmem_startup_hook.

2025-09-09 Thread 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-b