OSDN Git Service

Move pipe.c into the backend.
authorRobert Haas <rhaas@postgresql.org>
Fri, 4 Feb 2011 20:52:21 +0000 (15:52 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 4 Feb 2011 20:52:21 +0000 (15:52 -0500)
commitb1e65c32168a2b64276a57be8c4dc5a63d33e12d
tree3ec244f7fad20bd370c263538f9eac6384360324
parentb157a1d5554d6dfbd13fb605f08d51ce17532375
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.
src/backend/port/Makefile
src/backend/port/pipe.c [moved from src/port/pipe.c with 96% similarity]
src/port/Makefile