Thread: pgsql: Move pipe.c into the backend.

pgsql: Move pipe.c into the backend.

From
Robert Haas
Date:
Move pipe.c into the backend.

It's full of backend-specific error reporting, so it's neither possible
nor necessary for this to be used from frontend code.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=b1e65c32168a2b64276a57be8c4dc5a63d33e12d

Modified Files
--------------
src/backend/port/Makefile |    4 ++
src/backend/port/pipe.c   |   95 +++++++++++++++++++++++++++++++++++++++++++
src/port/Makefile         |    4 --
src/port/pipe.c           |   99 ---------------------------------------------
4 files changed, 99 insertions(+), 103 deletions(-)