do we EXEC_BACKEND on Mac OS X?
| From: |
Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
| To: |
Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: |
do we EXEC_BACKEND on Mac OS X? |
| Date: |
2012-10-03 16:05:54 |
| Message-ID: |
1349280184-sup-326@alvh.no-ip.org (view raw or flat) |
| Thread: |
|
| Lists: |
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
Responses
pgsql-hackers by date
| Next: | From: Alvaro Herrera | Date: 2012-10-03 16:07:38 |
| Subject: Re: CREATE SCHEMA IF NOT EXISTS |
| Previous: | From: Amit Kapila | Date: 2012-10-03 16:03:25 |
| Subject: Re: Re: [WIP] Performance Improvement by reducing WAL for Update Operation |