do we EXEC_BACKEND on Mac OS X? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject do we EXEC_BACKEND on Mac OS X?
Date
Msg-id 1349280184-sup-326@alvh.no-ip.org
Whole thread Raw
Responses Re: do we EXEC_BACKEND on Mac OS X?  (Bruce Momjian <bruce@momjian.us>)
Re: do we EXEC_BACKEND on Mac OS X?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
See the CAVEATS here:

https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man2/fork.2.html

Apparently fork() without exec() isn't all that well supported.

Noticed while perusing
http://lwn.net/Articles/518306/

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Re: [WIP] Performance Improvement by reducing WAL for Update Operation
Next
From: Alvaro Herrera
Date:
Subject: Re: CREATE SCHEMA IF NOT EXISTS