pgsql: Remove now redundant pgpipe code.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove now redundant pgpipe code.
Date: 2012-03-29 03:24:59
Message-ID: E1SD5yt-0005dn-Jo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove now redundant pgpipe code.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d2c1740dc275543a46721ed254ba3623f63d2204

Modified Files
--------------
src/backend/port/pipe.c | 95 ---------------------------------
src/backend/postmaster/syslogger.c | 8 ++--
src/bin/pg_basebackup/pg_basebackup.c | 6 +-
src/include/port.h | 21 +-------
src/port/exec.c | 3 +-
src/tools/msvc/Mkvcbuild.pm | 1 -
6 files changed, 10 insertions(+), 124 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-03-29 05:25:57 pgsql: Inherit max_safe_fds to child processes in EXEC_BACKEND mode.
Previous Message Tom Lane 2012-03-29 02:45:00 Re: Re: [COMMITTERS] pgsql: pg_test_timing utility, to measure clock monotonicity and timing