Re: Refactoring backend fork+exec code

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, reid(dot)thompson(at)crunchydata(dot)com, Robert Haas <robertmhaas(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Tristan Partin <tristan(at)neon(dot)tech>
Subject: Re: Refactoring backend fork+exec code
Date: 2024-06-17 18:36:00
Message-ID: ZnCCEN0l3qWv-XpW@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While looking into [0], I noticed that main() still only checks for the
--fork prefix, but IIUC commit aafc05d removed all --fork* options except
for --forkchild. I've attached a patch to strengthen the check in main().
This is definitely just a nitpick.

[0] https://postgr.es/m/CAKAnmmJkZtZAiSryho%3DgYpbvC7H-HNjEDAh16F3SoC9LPu8rqQ%40mail.gmail.com

--
nathan

Attachment Content-Type Size
forkchild_check.patch text/plain 557 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2024-06-17 18:48:22 Re: Add support to TLS 1.3 cipher suites and curves lists
Previous Message Andres Freund 2024-06-17 18:33:35 Re: Direct SSL connection and ALPN loose ends