Move pipe.c into the backend.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |