Move pipe.c into the backend.

Robert Haas <rhaas@postgresql.org>

Commit: b1e65c32168a2b64276a57be8c4dc5a63d33e12d
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-02-04T20:52:21Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/backend/port/Makefile modified +4 −0
src/backend/port/pipe.c (from src/port/pipe.c) renamed +1 −5
src/port/Makefile modified +0 −4