pgsql: Remove obsolete replacement system() on darwin - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove obsolete replacement system() on darwin
Date
Msg-id E1baVWA-0004mw-Ok@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove obsolete replacement system() on darwin

Per comment in the file, this was fixed around OS X 10.2.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1d2e73a3dfdbd7168b323fa39879c60df6076412

Modified Files
--------------
src/backend/port/Makefile        |   4 --
src/backend/port/darwin/Makefile |  17 -------
src/backend/port/darwin/README   |  36 --------------
src/backend/port/darwin/system.c | 104 ---------------------------------------
4 files changed, 161 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update line count totals for psql help displays.
Next
From: Andres Freund
Date:
Subject: pgsql: Add alternative output for ON CONFLICT toast isolation test.