Tighten check for --forkchild argument when spawning child process

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 1906b1e0ad96010f2ab07f96e36488e0dc058594
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2024-07-03T13:20:56Z
Releases: 17.0
Tighten check for --forkchild argument when spawning child process

Commit aafc05de1b removed all the other --fork* arguments. Altough
this is inconsequential, backpatch to v17 since this is new.

Author: Nathan Bossart
Discussion: https://www.postgresql.org/message-id/ZnCCEN0l3qWv-XpW@nathan

Files

PathChange+/−
src/backend/main/main.c modified +1 −1

Discussion