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(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers