Re: File descriptors in exec'd subprocesses - Mailing list pgsql-hackers

From Tom Lane
Subject Re: File descriptors in exec'd subprocesses
Date
Msg-id 2345944.1675574101@sss.pgh.pa.us
Whole thread Raw
In response to Re: File descriptors in exec'd subprocesses  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes:
> On Sun, Feb 5, 2023 at 1:00 PM Thomas Munro <thomas.munro@gmail.com> wrote:
>> SUSv3 (POSIX 2008)

> Oh, oops, 2008 actually corresponds to SUSv4.  Hmm.

Worst case, if we come across some allegedly-supported platform without
O_CLOEXEC, we #define that to zero.  Said platform is no worse off
than it was before.

            regards, tom lane



pgsql-hackers by date:

Previous
From: "jacktby@gmail.com"
Date:
Subject: Where is the filter?
Next
From: Tom Lane
Date:
Subject: Re: undersized unions