pgsql: Move pipe.c into the backend. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Move pipe.c into the backend.
Date
Msg-id E1PlSh9-0005HN-8M@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In docs, move PQrequestCancel() deprecation mention up to match
Next
From: Robert Haas
Date:
Subject: pgsql: Clarify comment in ATRewriteTable().