Thread: pgsql: Tighten check for --forkchild argument when spawning child proce

pgsql: Tighten check for --forkchild argument when spawning child proce

From
Heikki Linnakangas
Date:
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

Branch
------
master

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

Modified Files
--------------
src/backend/main/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)