Tighten check for --forkchild argument when spawning child process
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 3 Jul 2024 12:53:30 +0000 (15:53 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 3 Jul 2024 12:53:30 +0000 (15:53 +0300)
commita06e8f84a1ac1158ca7d7a95d9df289fe5219502
tree474b3d8962163a33fcc3cbf961b3d88006add241
parentae395f0f7edbbf8e9ebe92e2ed3a471192789f0c
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
src/backend/main/main.c