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

From Heikki Linnakangas
Subject pgsql: Tighten check for --forkchild argument when spawning child proce
Date
Msg-id E1sOzwc-0009yu-C2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix the testcase introduced in commit 81d20fbf7a.
Next
From: Nathan Bossart
Date:
Subject: pgsql: Remove is_index parameter from binary_upgrade_set_pg_class_oids(