pgsql: Remove obsolete replacement system() on darwin

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove obsolete replacement system() on darwin
Date: 2016-08-18 22:10:30
Message-ID: E1baVWA-0004mw-Ok@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-08-19 00:35:51 pgsql: Add alternative output for ON CONFLICT toast isolation test.
Previous Message Tom Lane 2016-08-18 20:04:46 pgsql: Update line count totals for psql help displays.