pgsql: Move pipe.c into the backend.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move pipe.c into the backend.
Date: 2011-02-04 20:55:55
Message-ID: E1PlSh9-0005HN-8M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-02-04 21:16:37 pgsql: Clarify comment in ATRewriteTable().
Previous Message Bruce Momjian 2011-02-04 19:23:38 pgsql: In docs, move PQrequestCancel() deprecation mention up to match